Shades of Blue #0E0EEF
Tints of Blue #0E0EEF
RGB
CMYK
RGB Variations
Color information
#0E0EEF (or 0x0E0EEF) is known color: Blue. HEX triplet: 0E, 0E and EF. RGB value is (14,14,239). Sum of RGB (Red+Green+Blue) = 14+14+239=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 239 (93.75% from 255 or 89.51% from 267); Max value from RGB is 239 - color contains mainly: blue. Hex color #0E0EEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E0EEF is #F1F110. Grayscale: #262626. Windows color (decimal): -15855889 or 15666702. OLE color: 15666702.
HSL color Cylindrical-coordinate representation of color #0E0EEF: hue angle of 240º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E0EEF is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 14 | 239 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.06 |
| HSL | 240º | 0.89% | 0.5% | - |
| HSV(B) | 240º | 0.94% | 0.94% | - |
| XYZ | 15.92 | 6.64 | 82.1 | - |
| YUV | 39.65 | 240.5 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 14 | 239 | 0.94 | 0.94 | 0 | 0.06 | 240 | 0.89 | 0.5 |
| Hex | E | E | EF | 5E | 5E | 0 | 6 | F0 | 59 | 32 |
| Octal | 16 | 16 | 357 | 136 | 136 | 0 | 6 | 360 | 131 | 62 |
| Binary | 1110 | 1110 | 11101111 | 1011110 | 1011110 | 0 | 110 | 11110000 | 1011001 | 110010 |
Color Harmonies of #0E0EEF
Complementary color
Monochromatic Colors of #0E0EEF
Black with #0E0EEF
Text Example
Text Example
White with #0E0EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0EEF; }
p { color: rgb(14,14,239); }
H1.HeaderClassName
{
color: #0E0EEF;
}
.AnyTagClassName
{
color: #0E0EEF;
}
</style>
background-color css
<style>
a { background-color: #0E0EEF; }
a { background-color: rgb(14,14,239); }
div.DivClassName
{
background-color: #0E0EEF;
}
.BgClassName
{
background-color: #0E0EEF;
}
</style>
border-color css
<style>
span { border-color: #0E0EEF; }
span { border-color: rgb(14,14,239); }
td.TdClassName
{
border-color: #0E0EEF;
}
.TagClassName
{
border-color: #0E0EEF;
}
</style>