Shades of Blue #0000FF
Tints of Blue #0000FF
RGB
CMYK
RGB Variations
Color information
#0000FF (or 0x0000FF) is known color: Blue. HEX triplet: 00, 00 and FF. RGB value is (0,0,255). Sum of RGB (Red+Green+Blue) = 0+0+255=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 255 (100% from 255 or 100% from 255); Max value from RGB is 255 - color contains mainly: blue. Hex color #0000FF is a web safe color. Inversed color of #0000FF is #FFFF00. Grayscale: #1C1C1C. Windows color (decimal): -16776961 or 16711680. OLE color: 16711680.
HSL color Cylindrical-coordinate representation of color #0000FF: hue angle of 240º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0000FF is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 0 | 0 | 255 | - |
CMYK | 1 | 1 | 0 | 0 |
HSL | 240º | 1% | 0.5% | - |
HSV(B) | 240º | 1% | 1% | - |
XYZ | 18.05 | 7.22 | 95.05 | - |
YUV | 29.07 | 255.5 | 107.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 0 | 255 | 1 | 1 | 0 | 0 | 240 | 1 | 0.5 |
Hex | 0 | 0 | FF | 64 | 64 | 0 | 0 | F0 | 64 | 32 |
Octal | 0 | 0 | 377 | 144 | 144 | 0 | 0 | 360 | 144 | 62 |
Binary | 0 | 0 | 11111111 | 1100100 | 1100100 | 0 | 0 | 11110000 | 1100100 | 110010 |
Color Harmonies of #0000FF
Complementary color
Monochromatic Colors of #0000FF
Black with #0000FF
Text Example
Text Example
White with #0000FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0000FF; }
p { color: rgb(0,0,255); }
H1.HeaderClassName
{
color: #0000FF;
}
.AnyTagClassName
{
color: #0000FF;
}
</style>
background-color css
<style>
a { background-color: #0000FF; }
a { background-color: rgb(0,0,255); }
div.DivClassName
{
background-color: #0000FF;
}
.BgClassName
{
background-color: #0000FF;
}
</style>
border-color css
<style>
span { border-color: #0000FF; }
span { border-color: rgb(0,0,255); }
td.TdClassName
{
border-color: #0000FF;
}
.TagClassName
{
border-color: #0000FF;
}
</style>