Shades of Blue #010EE7
Tints of Blue #010EE7
RGB
CMYK
RGB Variations
Color information
#010EE7 (or 0x010EE7) is known color: Blue. HEX triplet: 01, 0E and E7. RGB value is (1,14,231). Sum of RGB (Red+Green+Blue) = 1+14+231=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 231 (90.62% from 255 or 93.90% from 246); Max value from RGB is 231 - color contains mainly: blue. Hex color #010EE7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010EE7 is #FEF118. Grayscale: #212121. Windows color (decimal): -16707865 or 15142401. OLE color: 15142401.
HSL color Cylindrical-coordinate representation of color #010EE7: hue angle of 236.61º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010EE7 is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 14 | 231 | - |
| CMYK | 1.00 | 0.94 | 0 | 0.09 |
| HSL | 236.61º | 0.99% | 0.45% | - |
| HSV(B) | 236.61º | 1% | 0.91% | - |
| XYZ | 14.59 | 6.09 | 76.01 | - |
| YUV | 34.85 | 238.69 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 231 | 1.00 | 0.94 | 0 | 0.09 | 236.61 | 0.99 | 0.45 |
| Hex | 1 | E | E7 | 64 | 5E | 0 | 9 | ED | 63 | 2D |
| Octal | 1 | 16 | 347 | 144 | 136 | 0 | 11 | 355 | 143 | 55 |
| Binary | 1 | 1110 | 11100111 | 1100100 | 1011110 | 0 | 1001 | 11101101 | 1100011 | 101101 |
Color Harmonies of #010EE7
Complementary color
Monochromatic Colors of #010EE7
Black with #010EE7
Text Example
Text Example
White with #010EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010EE7; }
p { color: rgb(1,14,231); }
H1.HeaderClassName
{
color: #010EE7;
}
.AnyTagClassName
{
color: #010EE7;
}
</style>
background-color css
<style>
a { background-color: #010EE7; }
a { background-color: rgb(1,14,231); }
div.DivClassName
{
background-color: #010EE7;
}
.BgClassName
{
background-color: #010EE7;
}
</style>
border-color css
<style>
span { border-color: #010EE7; }
span { border-color: rgb(1,14,231); }
td.TdClassName
{
border-color: #010EE7;
}
.TagClassName
{
border-color: #010EE7;
}
</style>