Shades of Blue #1E0EFF
Tints of Blue #1E0EFF
RGB
CMYK
RGB Variations
Color information
#1E0EFF (or 0x1E0EFF) is known color: Blue. HEX triplet: 1E, 0E and FF. RGB value is (30,14,255). Sum of RGB (Red+Green+Blue) = 30+14+255=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 255 (100% from 255 or 85.28% from 299); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E0EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E0EFF is #E1F100. Grayscale: #2D2D2D. Windows color (decimal): -14807297 or 16715294. OLE color: 16715294.
HSL color Cylindrical-coordinate representation of color #1E0EFF: hue angle of 243.98º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0EFF is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 14 | 255 | - |
| CMYK | 0.88 | 0.95 | 0 | 0 |
| HSL | 243.98º | 1% | 0.53% | - |
| HSV(B) | 243.98º | 0.95% | 1% | - |
| XYZ | 18.74 | 7.81 | 95.13 | - |
| YUV | 46.26 | 245.8 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 14 | 255 | 0.88 | 0.95 | 0 | 0 | 243.98 | 1 | 0.53 |
| Hex | 1E | E | FF | 58 | 5F | 0 | 0 | F4 | 64 | 35 |
| Octal | 36 | 16 | 377 | 130 | 137 | 0 | 0 | 364 | 144 | 65 |
| Binary | 11110 | 1110 | 11111111 | 1011000 | 1011111 | 0 | 0 | 11110100 | 1100100 | 110101 |
Color Harmonies of #1E0EFF
Complementary color
Monochromatic Colors of #1E0EFF
Black with #1E0EFF
Text Example
Text Example
White with #1E0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0EFF; }
p { color: rgb(30,14,255); }
H1.HeaderClassName
{
color: #1E0EFF;
}
.AnyTagClassName
{
color: #1E0EFF;
}
</style>
background-color css
<style>
a { background-color: #1E0EFF; }
a { background-color: rgb(30,14,255); }
div.DivClassName
{
background-color: #1E0EFF;
}
.BgClassName
{
background-color: #1E0EFF;
}
</style>
border-color css
<style>
span { border-color: #1E0EFF; }
span { border-color: rgb(30,14,255); }
td.TdClassName
{
border-color: #1E0EFF;
}
.TagClassName
{
border-color: #1E0EFF;
}
</style>