Shades of Blue #000BFF
Tints of Blue #000BFF
RGB
CMYK
RGB Variations
Color information
#000BFF (or 0x000BFF) is known color: Blue. HEX triplet: 00, 0B and FF. RGB value is (0,11,255). Sum of RGB (Red+Green+Blue) = 0+11+255=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 255 (100% from 255 or 95.86% from 266); Max value from RGB is 255 - color contains mainly: blue. Hex color #000BFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000BFF is #FFF400. Grayscale: #222222. Windows color (decimal): -16774145 or 16714496. OLE color: 16714496.
HSL color Cylindrical-coordinate representation of color #000BFF: hue angle of 237.41º 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 #000BFF is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 11 | 255 | - |
| CMYK | 1 | 0.96 | 0 | 0 |
| HSL | 237.41º | 1% | 0.5% | - |
| HSV(B) | 237.41º | 1% | 1% | - |
| XYZ | 18.17 | 7.46 | 95.09 | - |
| YUV | 35.53 | 251.86 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 255 | 1 | 0.96 | 0 | 0 | 237.41 | 1 | 0.5 |
| Hex | 0 | B | FF | 64 | 60 | 0 | 0 | ED | 64 | 32 |
| Octal | 0 | 13 | 377 | 144 | 140 | 0 | 0 | 355 | 144 | 62 |
| Binary | 0 | 1011 | 11111111 | 1100100 | 1100000 | 0 | 0 | 11101101 | 1100100 | 110010 |
Color Harmonies of #000BFF
Complementary color
Monochromatic Colors of #000BFF
Black with #000BFF
Text Example
Text Example
White with #000BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000BFF; }
p { color: rgb(0,11,255); }
H1.HeaderClassName
{
color: #000BFF;
}
.AnyTagClassName
{
color: #000BFF;
}
</style>
background-color css
<style>
a { background-color: #000BFF; }
a { background-color: rgb(0,11,255); }
div.DivClassName
{
background-color: #000BFF;
}
.BgClassName
{
background-color: #000BFF;
}
</style>
border-color css
<style>
span { border-color: #000BFF; }
span { border-color: rgb(0,11,255); }
td.TdClassName
{
border-color: #000BFF;
}
.TagClassName
{
border-color: #000BFF;
}
</style>