Shades of Blue #0E1EEE
Tints of Blue #0E1EEE
RGB
CMYK
RGB Variations
Color information
#0E1EEE (or 0x0E1EEE) is known color: Blue. HEX triplet: 0E, 1E and EE. RGB value is (14,30,238). Sum of RGB (Red+Green+Blue) = 14+30+238=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 238 (93.36% from 255 or 84.40% from 282); Max value from RGB is 238 - color contains mainly: blue. Hex color #0E1EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E1EEE is #F1E111. Grayscale: #303030. Windows color (decimal): -15851794 or 15605262. OLE color: 15605262.
HSL color Cylindrical-coordinate representation of color #0E1EEE: hue angle of 235.71º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E1EEE is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 30 | 238 | - |
| CMYK | 0.94 | 0.87 | 0 | 0.07 |
| HSL | 235.71º | 0.89% | 0.49% | - |
| HSV(B) | 235.71º | 0.94% | 0.93% | - |
| XYZ | 16.08 | 7.19 | 81.43 | - |
| YUV | 48.93 | 234.7 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 30 | 238 | 0.94 | 0.87 | 0 | 0.07 | 235.71 | 0.89 | 0.49 |
| Hex | E | 1E | EE | 5E | 57 | 0 | 7 | EC | 59 | 31 |
| Octal | 16 | 36 | 356 | 136 | 127 | 0 | 7 | 354 | 131 | 61 |
| Binary | 1110 | 11110 | 11101110 | 1011110 | 1010111 | 0 | 111 | 11101100 | 1011001 | 110001 |
Color Harmonies of #0E1EEE
Complementary color
Monochromatic Colors of #0E1EEE
Black with #0E1EEE
Text Example
Text Example
White with #0E1EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1EEE; }
p { color: rgb(14,30,238); }
H1.HeaderClassName
{
color: #0E1EEE;
}
.AnyTagClassName
{
color: #0E1EEE;
}
</style>
background-color css
<style>
a { background-color: #0E1EEE; }
a { background-color: rgb(14,30,238); }
div.DivClassName
{
background-color: #0E1EEE;
}
.BgClassName
{
background-color: #0E1EEE;
}
</style>
border-color css
<style>
span { border-color: #0E1EEE; }
span { border-color: rgb(14,30,238); }
td.TdClassName
{
border-color: #0E1EEE;
}
.TagClassName
{
border-color: #0E1EEE;
}
</style>