Shades of Blue #010EEA
Tints of Blue #010EEA
RGB
CMYK
RGB Variations
Color information
#010EEA (or 0x010EEA) is known color: Blue. HEX triplet: 01, 0E and EA. RGB value is (1,14,234). Sum of RGB (Red+Green+Blue) = 1+14+234=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 234 (91.80% from 255 or 93.98% from 249); Max value from RGB is 234 - color contains mainly: blue. Hex color #010EEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010EEA is #FEF115. Grayscale: #222222. Windows color (decimal): -16707862 or 15339009. OLE color: 15339009.
HSL color Cylindrical-coordinate representation of color #010EEA: hue angle of 236.65º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010EEA is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 14 | 234 | - |
| CMYK | 1.00 | 0.94 | 0 | 0.08 |
| HSL | 236.65º | 0.99% | 0.46% | - |
| HSV(B) | 236.65º | 1% | 0.92% | - |
| XYZ | 15.02 | 6.26 | 78.26 | - |
| YUV | 35.19 | 240.19 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 234 | 1.00 | 0.94 | 0 | 0.08 | 236.65 | 0.99 | 0.46 |
| Hex | 1 | E | EA | 64 | 5E | 0 | 8 | ED | 63 | 2E |
| Octal | 1 | 16 | 352 | 144 | 136 | 0 | 10 | 355 | 143 | 56 |
| Binary | 1 | 1110 | 11101010 | 1100100 | 1011110 | 0 | 1000 | 11101101 | 1100011 | 101110 |
Color Harmonies of #010EEA
Complementary color
Monochromatic Colors of #010EEA
Black with #010EEA
Text Example
Text Example
White with #010EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010EEA; }
p { color: rgb(1,14,234); }
H1.HeaderClassName
{
color: #010EEA;
}
.AnyTagClassName
{
color: #010EEA;
}
</style>
background-color css
<style>
a { background-color: #010EEA; }
a { background-color: rgb(1,14,234); }
div.DivClassName
{
background-color: #010EEA;
}
.BgClassName
{
background-color: #010EEA;
}
</style>
border-color css
<style>
span { border-color: #010EEA; }
span { border-color: rgb(1,14,234); }
td.TdClassName
{
border-color: #010EEA;
}
.TagClassName
{
border-color: #010EEA;
}
</style>