Shades of Blue #0A0EEE
Tints of Blue #0A0EEE
RGB
CMYK
RGB Variations
Color information
#0A0EEE (or 0x0A0EEE) is known color: Blue. HEX triplet: 0A, 0E and EE. RGB value is (10,14,238). Sum of RGB (Red+Green+Blue) = 10+14+238=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 238 (93.36% from 255 or 90.84% from 262); Max value from RGB is 238 - color contains mainly: blue. Hex color #0A0EEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A0EEE is #F5F111. Grayscale: #252525. Windows color (decimal): -16118034 or 15601162. OLE color: 15601162.
HSL color Cylindrical-coordinate representation of color #0A0EEE: hue angle of 238.95º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0EEE is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 14 | 238 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.07 |
| HSL | 238.95º | 0.92% | 0.49% | - |
| HSV(B) | 238.95º | 0.96% | 0.93% | - |
| XYZ | 15.71 | 6.55 | 81.33 | - |
| YUV | 38.34 | 240.67 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 14 | 238 | 0.96 | 0.94 | 0 | 0.07 | 238.95 | 0.92 | 0.49 |
| Hex | A | E | EE | 60 | 5E | 0 | 7 | EF | 5C | 31 |
| Octal | 12 | 16 | 356 | 140 | 136 | 0 | 7 | 357 | 134 | 61 |
| Binary | 1010 | 1110 | 11101110 | 1100000 | 1011110 | 0 | 111 | 11101111 | 1011100 | 110001 |
Color Harmonies of #0A0EEE
Complementary color
Monochromatic Colors of #0A0EEE
Black with #0A0EEE
Text Example
Text Example
White with #0A0EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0EEE; }
p { color: rgb(10,14,238); }
H1.HeaderClassName
{
color: #0A0EEE;
}
.AnyTagClassName
{
color: #0A0EEE;
}
</style>
background-color css
<style>
a { background-color: #0A0EEE; }
a { background-color: rgb(10,14,238); }
div.DivClassName
{
background-color: #0A0EEE;
}
.BgClassName
{
background-color: #0A0EEE;
}
</style>
border-color css
<style>
span { border-color: #0A0EEE; }
span { border-color: rgb(10,14,238); }
td.TdClassName
{
border-color: #0A0EEE;
}
.TagClassName
{
border-color: #0A0EEE;
}
</style>