Shades of Blue #0A0BFC
Tints of Blue #0A0BFC
RGB
CMYK
RGB Variations
Color information
#0A0BFC (or 0x0A0BFC) is known color: Blue. HEX triplet: 0A, 0B and FC. RGB value is (10,11,252). Sum of RGB (Red+Green+Blue) = 10+11+252=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 252 (98.83% from 255 or 92.31% from 273); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A0BFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A0BFC is #F5F403. Grayscale: #252525. Windows color (decimal): -16118788 or 16517898. OLE color: 16517898.
HSL color Cylindrical-coordinate representation of color #0A0BFC: hue angle of 239.75º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0BFC is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 11 | 252 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.01 |
| HSL | 239.75º | 0.98% | 0.51% | - |
| HSV(B) | 239.75º | 0.96% | 0.99% | - |
| XYZ | 17.82 | 7.33 | 92.57 | - |
| YUV | 38.18 | 248.67 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 11 | 252 | 0.96 | 0.96 | 0 | 0.01 | 239.75 | 0.98 | 0.51 |
| Hex | A | B | FC | 60 | 60 | 0 | 1 | F0 | 62 | 33 |
| Octal | 12 | 13 | 374 | 140 | 140 | 0 | 1 | 360 | 142 | 63 |
| Binary | 1010 | 1011 | 11111100 | 1100000 | 1100000 | 0 | 1 | 11110000 | 1100010 | 110011 |
Color Harmonies of #0A0BFC
Complementary color
Monochromatic Colors of #0A0BFC
Black with #0A0BFC
Text Example
Text Example
White with #0A0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0BFC; }
p { color: rgb(10,11,252); }
H1.HeaderClassName
{
color: #0A0BFC;
}
.AnyTagClassName
{
color: #0A0BFC;
}
</style>
background-color css
<style>
a { background-color: #0A0BFC; }
a { background-color: rgb(10,11,252); }
div.DivClassName
{
background-color: #0A0BFC;
}
.BgClassName
{
background-color: #0A0BFC;
}
</style>
border-color css
<style>
span { border-color: #0A0BFC; }
span { border-color: rgb(10,11,252); }
td.TdClassName
{
border-color: #0A0BFC;
}
.TagClassName
{
border-color: #0A0BFC;
}
</style>