Shades of Medium Blue #010EE1
Tints of Medium Blue #010EE1
RGB
CMYK
RGB Variations
Color information
#010EE1 (or 0x010EE1) is known color: Medium Blue. HEX triplet: 01, 0E and E1. RGB value is (1,14,225). Sum of RGB (Red+Green+Blue) = 1+14+225=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 225 (88.28% from 255 or 93.75% from 240); Max value from RGB is 225 - color contains mainly: blue. Hex color #010EE1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010EE1 is #FEF11E. Grayscale: #212121. Windows color (decimal): -16707871 or 14749185. OLE color: 14749185.
HSL color Cylindrical-coordinate representation of color #010EE1: hue angle of 236.52º 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 #010EE1 is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 14 | 225 | - |
| CMYK | 1.00 | 0.94 | 0 | 0.12 |
| HSL | 236.52º | 0.99% | 0.44% | - |
| HSV(B) | 236.52º | 1% | 0.88% | - |
| XYZ | 13.76 | 5.76 | 71.62 | - |
| YUV | 34.17 | 235.69 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 225 | 1.00 | 0.94 | 0 | 0.12 | 236.52 | 0.99 | 0.44 |
| Hex | 1 | E | E1 | 64 | 5E | 0 | C | ED | 63 | 2C |
| Octal | 1 | 16 | 341 | 144 | 136 | 0 | 14 | 355 | 143 | 54 |
| Binary | 1 | 1110 | 11100001 | 1100100 | 1011110 | 0 | 1100 | 11101101 | 1100011 | 101100 |
Color Harmonies of #010EE1
Complementary color
Monochromatic Colors of #010EE1
Black with #010EE1
Text Example
Text Example
White with #010EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010EE1; }
p { color: rgb(1,14,225); }
H1.HeaderClassName
{
color: #010EE1;
}
.AnyTagClassName
{
color: #010EE1;
}
</style>
background-color css
<style>
a { background-color: #010EE1; }
a { background-color: rgb(1,14,225); }
div.DivClassName
{
background-color: #010EE1;
}
.BgClassName
{
background-color: #010EE1;
}
</style>
border-color css
<style>
span { border-color: #010EE1; }
span { border-color: rgb(1,14,225); }
td.TdClassName
{
border-color: #010EE1;
}
.TagClassName
{
border-color: #010EE1;
}
</style>