Shades of Blue #1E0EEF
Tints of Blue #1E0EEF
RGB
CMYK
RGB Variations
Color information
#1E0EEF (or 0x1E0EEF) is known color: Blue. HEX triplet: 1E, 0E and EF. RGB value is (30,14,239). Sum of RGB (Red+Green+Blue) = 30+14+239=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 239 (93.75% from 255 or 84.45% from 283); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E0EEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E0EEF is #E1F110. Grayscale: #2B2B2B. Windows color (decimal): -14807313 or 15666718. OLE color: 15666718.
HSL color Cylindrical-coordinate representation of color #1E0EEF: hue angle of 244.27º 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 #1E0EEF is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 14 | 239 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.06 |
| HSL | 244.27º | 0.89% | 0.5% | - |
| HSV(B) | 244.27º | 0.94% | 0.94% | - |
| XYZ | 16.27 | 6.82 | 82.12 | - |
| YUV | 44.43 | 237.8 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 14 | 239 | 0.87 | 0.94 | 0 | 0.06 | 244.27 | 0.89 | 0.5 |
| Hex | 1E | E | EF | 57 | 5E | 0 | 6 | F4 | 59 | 32 |
| Octal | 36 | 16 | 357 | 127 | 136 | 0 | 6 | 364 | 131 | 62 |
| Binary | 11110 | 1110 | 11101111 | 1010111 | 1011110 | 0 | 110 | 11110100 | 1011001 | 110010 |
Color Harmonies of #1E0EEF
Complementary color
Monochromatic Colors of #1E0EEF
Black with #1E0EEF
Text Example
Text Example
White with #1E0EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0EEF; }
p { color: rgb(30,14,239); }
H1.HeaderClassName
{
color: #1E0EEF;
}
.AnyTagClassName
{
color: #1E0EEF;
}
</style>
background-color css
<style>
a { background-color: #1E0EEF; }
a { background-color: rgb(30,14,239); }
div.DivClassName
{
background-color: #1E0EEF;
}
.BgClassName
{
background-color: #1E0EEF;
}
</style>
border-color css
<style>
span { border-color: #1E0EEF; }
span { border-color: rgb(30,14,239); }
td.TdClassName
{
border-color: #1E0EEF;
}
.TagClassName
{
border-color: #1E0EEF;
}
</style>