Blue Color Name
Color Name: | Blue |
Hex Code: | #0000FF |
RGB Decimal: | RGB(0, 0, 255) |
CMYK Value: | 240°, 100%, 50%. |
HSL Value: | 100%, 100%, 0%, 0% |
Color: |
Blue #0000FF Html Codes
Text with hexadecimal color #0000FF
<span style="color:#0000FF;">Text here</span>
Blue #0000FF border color
<span style="border:2px solid #0000FF;">Text here</span>
Blue #0000FF background color
<p style="background-color:#0000FF;">Content here</p>
Blue #0000FF CSS codes
.text {color:#0000FF;}
.background {background-color:#0000FF;}
.border {border:1px solid #0000FF;}