#0000ff
Blue Color Codes
Code | Value |
---|---|
HEX | #0000ff |
RGB | rgb(0,0,255) |
HSL | |
CMYK |
Shades of Blue (#0000ff)
Tints of Blue (#0000ff)
Blue (#0000ff) Preview
Text with hexademical color #0000ff
This text has a font color of #0000ff
<span style="color: #0000ff;"h1>Text</span/h1>
#0000ff background color
This paragraph has a background color of #0000ff
<p style="background-color: #0000ff;"h1>Text</p/h1>
#0000ff border color
This element has a border color of #0000ff
<div style="border: 2px solid #0000ff;"h1>Text</div/h1>
CSS codes
.text {color:#0000ff;}
.background {background-color: #0000ff;}
.border {border:2px solid #0000ff;}