Shades of Blue #0A0EF9
Tints of Blue #0A0EF9
RGB
CMYK
RGB Variations
Color information
#0A0EF9 (or 0x0A0EF9) is known color: Blue. HEX triplet: 0A, 0E and F9. RGB value is (10,14,249). Sum of RGB (Red+Green+Blue) = 10+14+249=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 249 (97.66% from 255 or 91.21% from 273); Max value from RGB is 249 - color contains mainly: blue. Hex color #0A0EF9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A0EF9 is #F5F106. Grayscale: #262626. Windows color (decimal): -16118023 or 16322058. OLE color: 16322058.
HSL color Cylindrical-coordinate representation of color #0A0EF9: hue angle of 239º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0EF9 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 14 | 249 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.02 |
| HSL | 239º | 0.95% | 0.51% | - |
| HSV(B) | 239º | 0.96% | 0.98% | - |
| XYZ | 17.38 | 7.22 | 90.1 | - |
| YUV | 39.59 | 246.17 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 14 | 249 | 0.96 | 0.94 | 0 | 0.02 | 239 | 0.95 | 0.51 |
| Hex | A | E | F9 | 60 | 5E | 0 | 2 | EF | 5F | 33 |
| Octal | 12 | 16 | 371 | 140 | 136 | 0 | 2 | 357 | 137 | 63 |
| Binary | 1010 | 1110 | 11111001 | 1100000 | 1011110 | 0 | 10 | 11101111 | 1011111 | 110011 |
Color Harmonies of #0A0EF9
Complementary color
Monochromatic Colors of #0A0EF9
Black with #0A0EF9
Text Example
Text Example
White with #0A0EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0EF9; }
p { color: rgb(10,14,249); }
H1.HeaderClassName
{
color: #0A0EF9;
}
.AnyTagClassName
{
color: #0A0EF9;
}
</style>
background-color css
<style>
a { background-color: #0A0EF9; }
a { background-color: rgb(10,14,249); }
div.DivClassName
{
background-color: #0A0EF9;
}
.BgClassName
{
background-color: #0A0EF9;
}
</style>
border-color css
<style>
span { border-color: #0A0EF9; }
span { border-color: rgb(10,14,249); }
td.TdClassName
{
border-color: #0A0EF9;
}
.TagClassName
{
border-color: #0A0EF9;
}
</style>