Shades of Blue #0A0BF7
Tints of Blue #0A0BF7
RGB
CMYK
RGB Variations
Color information
#0A0BF7 (or 0x0A0BF7) is known color: Blue. HEX triplet: 0A, 0B and F7. RGB value is (10,11,247). Sum of RGB (Red+Green+Blue) = 10+11+247=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 247 (96.88% from 255 or 92.16% from 268); Max value from RGB is 247 - color contains mainly: blue. Hex color #0A0BF7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A0BF7 is #F5F408. Grayscale: #242424. Windows color (decimal): -16118793 or 16190218. OLE color: 16190218.
HSL color Cylindrical-coordinate representation of color #0A0BF7: hue angle of 239.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0BF7 is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 11 | 247 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.03 |
| HSL | 239.75º | 0.94% | 0.5% | - |
| HSV(B) | 239.75º | 0.96% | 0.97% | - |
| XYZ | 17.03 | 7.02 | 88.45 | - |
| YUV | 37.61 | 246.17 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 11 | 247 | 0.96 | 0.96 | 0 | 0.03 | 239.75 | 0.94 | 0.5 |
| Hex | A | B | F7 | 60 | 60 | 0 | 3 | F0 | 5E | 32 |
| Octal | 12 | 13 | 367 | 140 | 140 | 0 | 3 | 360 | 136 | 62 |
| Binary | 1010 | 1011 | 11110111 | 1100000 | 1100000 | 0 | 11 | 11110000 | 1011110 | 110010 |
Color Harmonies of #0A0BF7
Complementary color
Monochromatic Colors of #0A0BF7
Black with #0A0BF7
Text Example
Text Example
White with #0A0BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0BF7; }
p { color: rgb(10,11,247); }
H1.HeaderClassName
{
color: #0A0BF7;
}
.AnyTagClassName
{
color: #0A0BF7;
}
</style>
background-color css
<style>
a { background-color: #0A0BF7; }
a { background-color: rgb(10,11,247); }
div.DivClassName
{
background-color: #0A0BF7;
}
.BgClassName
{
background-color: #0A0BF7;
}
</style>
border-color css
<style>
span { border-color: #0A0BF7; }
span { border-color: rgb(10,11,247); }
td.TdClassName
{
border-color: #0A0BF7;
}
.TagClassName
{
border-color: #0A0BF7;
}
</style>