Shades of Blue #0A0CF7
Tints of Blue #0A0CF7
RGB
CMYK
RGB Variations
Color information
#0A0CF7 (or 0x0A0CF7) is known color: Blue. HEX triplet: 0A, 0C and F7. RGB value is (10,12,247). Sum of RGB (Red+Green+Blue) = 10+12+247=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 247 (96.88% from 255 or 91.82% from 269); Max value from RGB is 247 - color contains mainly: blue. Hex color #0A0CF7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A0CF7 is #F5F308. Grayscale: #252525. Windows color (decimal): -16118537 or 16190474. OLE color: 16190474.
HSL color Cylindrical-coordinate representation of color #0A0CF7: hue angle of 239.49º 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 #0A0CF7 is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 12 | 247 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.03 |
| HSL | 239.49º | 0.94% | 0.5% | - |
| HSV(B) | 239.49º | 0.96% | 0.97% | - |
| XYZ | 17.05 | 7.04 | 88.46 | - |
| YUV | 38.19 | 245.84 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 12 | 247 | 0.96 | 0.95 | 0 | 0.03 | 239.49 | 0.94 | 0.5 |
| Hex | A | C | F7 | 60 | 5F | 0 | 3 | EF | 5E | 32 |
| Octal | 12 | 14 | 367 | 140 | 137 | 0 | 3 | 357 | 136 | 62 |
| Binary | 1010 | 1100 | 11110111 | 1100000 | 1011111 | 0 | 11 | 11101111 | 1011110 | 110010 |
Color Harmonies of #0A0CF7
Complementary color
Monochromatic Colors of #0A0CF7
Black with #0A0CF7
Text Example
Text Example
White with #0A0CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0CF7; }
p { color: rgb(10,12,247); }
H1.HeaderClassName
{
color: #0A0CF7;
}
.AnyTagClassName
{
color: #0A0CF7;
}
</style>
background-color css
<style>
a { background-color: #0A0CF7; }
a { background-color: rgb(10,12,247); }
div.DivClassName
{
background-color: #0A0CF7;
}
.BgClassName
{
background-color: #0A0CF7;
}
</style>
border-color css
<style>
span { border-color: #0A0CF7; }
span { border-color: rgb(10,12,247); }
td.TdClassName
{
border-color: #0A0CF7;
}
.TagClassName
{
border-color: #0A0CF7;
}
</style>