Shades of Medium Blue #010EE0
Tints of Medium Blue #010EE0
RGB
CMYK
RGB Variations
Color information
#010EE0 (or 0x010EE0) is known color: Medium Blue. HEX triplet: 01, 0E and E0. RGB value is (1,14,224). Sum of RGB (Red+Green+Blue) = 1+14+224=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 224 (87.89% from 255 or 93.72% from 239); Max value from RGB is 224 - color contains mainly: blue. Hex color #010EE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010EE0 is #FEF11F. Grayscale: #212121. Windows color (decimal): -16707872 or 14683649. OLE color: 14683649.
HSL color Cylindrical-coordinate representation of color #010EE0: hue angle of 236.5º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010EE0 is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 14 | 224 | - |
| CMYK | 1.00 | 0.94 | 0 | 0.12 |
| HSL | 236.5º | 0.99% | 0.44% | - |
| HSV(B) | 236.5º | 1% | 0.88% | - |
| XYZ | 13.62 | 5.7 | 70.9 | - |
| YUV | 34.05 | 235.19 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 224 | 1.00 | 0.94 | 0 | 0.12 | 236.5 | 0.99 | 0.44 |
| Hex | 1 | E | E0 | 64 | 5E | 0 | C | ED | 63 | 2C |
| Octal | 1 | 16 | 340 | 144 | 136 | 0 | 14 | 355 | 143 | 54 |
| Binary | 1 | 1110 | 11100000 | 1100100 | 1011110 | 0 | 1100 | 11101101 | 1100011 | 101100 |
Color Harmonies of #010EE0
Complementary color
Monochromatic Colors of #010EE0
Black with #010EE0
Text Example
Text Example
White with #010EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010EE0; }
p { color: rgb(1,14,224); }
H1.HeaderClassName
{
color: #010EE0;
}
.AnyTagClassName
{
color: #010EE0;
}
</style>
background-color css
<style>
a { background-color: #010EE0; }
a { background-color: rgb(1,14,224); }
div.DivClassName
{
background-color: #010EE0;
}
.BgClassName
{
background-color: #010EE0;
}
</style>
border-color css
<style>
span { border-color: #010EE0; }
span { border-color: rgb(1,14,224); }
td.TdClassName
{
border-color: #010EE0;
}
.TagClassName
{
border-color: #010EE0;
}
</style>