Shades of Blue #000BFD
Tints of Blue #000BFD
RGB
CMYK
RGB Variations
Color information
#000BFD (or 0x000BFD) is known color: Blue. HEX triplet: 00, 0B and FD. RGB value is (0,11,253). Sum of RGB (Red+Green+Blue) = 0+11+253=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 253 (99.22% from 255 or 95.83% from 264); Max value from RGB is 253 - color contains mainly: blue. Hex color #000BFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000BFD is #FFF402. Grayscale: #222222. Windows color (decimal): -16774147 or 16583424. OLE color: 16583424.
HSL color Cylindrical-coordinate representation of color #000BFD: hue angle of 237.39º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000BFD is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 11 | 253 | - |
| CMYK | 1 | 0.96 | 0 | 0.01 |
| HSL | 237.39º | 1% | 0.5% | - |
| HSV(B) | 237.39º | 1% | 0.99% | - |
| XYZ | 17.85 | 7.33 | 93.4 | - |
| YUV | 35.3 | 250.86 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 253 | 1 | 0.96 | 0 | 0.01 | 237.39 | 1 | 0.5 |
| Hex | 0 | B | FD | 64 | 60 | 0 | 1 | ED | 64 | 32 |
| Octal | 0 | 13 | 375 | 144 | 140 | 0 | 1 | 355 | 144 | 62 |
| Binary | 0 | 1011 | 11111101 | 1100100 | 1100000 | 0 | 1 | 11101101 | 1100100 | 110010 |
Color Harmonies of #000BFD
Complementary color
Monochromatic Colors of #000BFD
Black with #000BFD
Text Example
Text Example
White with #000BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000BFD; }
p { color: rgb(0,11,253); }
H1.HeaderClassName
{
color: #000BFD;
}
.AnyTagClassName
{
color: #000BFD;
}
</style>
background-color css
<style>
a { background-color: #000BFD; }
a { background-color: rgb(0,11,253); }
div.DivClassName
{
background-color: #000BFD;
}
.BgClassName
{
background-color: #000BFD;
}
</style>
border-color css
<style>
span { border-color: #000BFD; }
span { border-color: rgb(0,11,253); }
td.TdClassName
{
border-color: #000BFD;
}
.TagClassName
{
border-color: #000BFD;
}
</style>