Shades of Blue #010BFC
Tints of Blue #010BFC
RGB
CMYK
RGB Variations
Color information
#010BFC (or 0x010BFC) is known color: Blue. HEX triplet: 01, 0B and FC. RGB value is (1,11,252). Sum of RGB (Red+Green+Blue) = 1+11+252=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 252 (98.83% from 255 or 95.45% from 264); Max value from RGB is 252 - color contains mainly: blue. Hex color #010BFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010BFC is #FEF403. Grayscale: #222222. Windows color (decimal): -16708612 or 16517889. OLE color: 16517889.
HSL color Cylindrical-coordinate representation of color #010BFC: hue angle of 237.61º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010BFC is Cyan = 1.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 11 | 252 | - |
| CMYK | 1.00 | 0.96 | 0 | 0.01 |
| HSL | 237.61º | 0.99% | 0.5% | - |
| HSV(B) | 237.61º | 1% | 0.99% | - |
| XYZ | 17.7 | 7.27 | 92.57 | - |
| YUV | 35.48 | 250.19 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 252 | 1.00 | 0.96 | 0 | 0.01 | 237.61 | 0.99 | 0.5 |
| Hex | 1 | B | FC | 64 | 60 | 0 | 1 | EE | 63 | 32 |
| Octal | 1 | 13 | 374 | 144 | 140 | 0 | 1 | 356 | 143 | 62 |
| Binary | 1 | 1011 | 11111100 | 1100100 | 1100000 | 0 | 1 | 11101110 | 1100011 | 110010 |
Color Harmonies of #010BFC
Complementary color
Monochromatic Colors of #010BFC
Black with #010BFC
Text Example
Text Example
White with #010BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010BFC; }
p { color: rgb(1,11,252); }
H1.HeaderClassName
{
color: #010BFC;
}
.AnyTagClassName
{
color: #010BFC;
}
</style>
background-color css
<style>
a { background-color: #010BFC; }
a { background-color: rgb(1,11,252); }
div.DivClassName
{
background-color: #010BFC;
}
.BgClassName
{
background-color: #010BFC;
}
</style>
border-color css
<style>
span { border-color: #010BFC; }
span { border-color: rgb(1,11,252); }
td.TdClassName
{
border-color: #010BFC;
}
.TagClassName
{
border-color: #010BFC;
}
</style>