Shades of Blue #1E0FEF
Tints of Blue #1E0FEF
RGB
CMYK
RGB Variations
Color information
#1E0FEF (or 0x1E0FEF) is known color: Blue. HEX triplet: 1E, 0F and EF. RGB value is (30,15,239). Sum of RGB (Red+Green+Blue) = 30+15+239=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 239 (93.75% from 255 or 84.15% from 284); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E0FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E0FEF is #E1F010. Grayscale: #2C2C2C. Windows color (decimal): -14807057 or 15666974. OLE color: 15666974.
HSL color Cylindrical-coordinate representation of color #1E0FEF: hue angle of 244.02º degrees, saturation: 0.88, 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 #1E0FEF is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 15 | 239 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.06 |
| HSL | 244.02º | 0.88% | 0.5% | - |
| HSV(B) | 244.02º | 0.94% | 0.94% | - |
| XYZ | 16.29 | 6.85 | 82.13 | - |
| YUV | 45.02 | 237.47 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 15 | 239 | 0.87 | 0.94 | 0 | 0.06 | 244.02 | 0.88 | 0.5 |
| Hex | 1E | F | EF | 57 | 5E | 0 | 6 | F4 | 58 | 32 |
| Octal | 36 | 17 | 357 | 127 | 136 | 0 | 6 | 364 | 130 | 62 |
| Binary | 11110 | 1111 | 11101111 | 1010111 | 1011110 | 0 | 110 | 11110100 | 1011000 | 110010 |
Color Harmonies of #1E0FEF
Complementary color
Monochromatic Colors of #1E0FEF
Black with #1E0FEF
Text Example
Text Example
White with #1E0FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0FEF; }
p { color: rgb(30,15,239); }
H1.HeaderClassName
{
color: #1E0FEF;
}
.AnyTagClassName
{
color: #1E0FEF;
}
</style>
background-color css
<style>
a { background-color: #1E0FEF; }
a { background-color: rgb(30,15,239); }
div.DivClassName
{
background-color: #1E0FEF;
}
.BgClassName
{
background-color: #1E0FEF;
}
</style>
border-color css
<style>
span { border-color: #1E0FEF; }
span { border-color: rgb(30,15,239); }
td.TdClassName
{
border-color: #1E0FEF;
}
.TagClassName
{
border-color: #1E0FEF;
}
</style>