Shades of Blue #1E0AEF
Tints of Blue #1E0AEF
RGB
CMYK
RGB Variations
Color information
#1E0AEF (or 0x1E0AEF) is known color: Blue. HEX triplet: 1E, 0A and EF. RGB value is (30,10,239). Sum of RGB (Red+Green+Blue) = 30+10+239=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 239 (93.75% from 255 or 85.66% from 279); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E0AEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E0AEF is #E1F510. Grayscale: #292929. Windows color (decimal): -14808337 or 15665694. OLE color: 15665694.
HSL color Cylindrical-coordinate representation of color #1E0AEF: hue angle of 245.24º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E0AEF is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 10 | 239 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.06 |
| HSL | 245.24º | 0.92% | 0.49% | - |
| HSV(B) | 245.24º | 0.96% | 0.94% | - |
| XYZ | 16.22 | 6.73 | 82.1 | - |
| YUV | 42.09 | 239.13 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 10 | 239 | 0.87 | 0.96 | 0 | 0.06 | 245.24 | 0.92 | 0.49 |
| Hex | 1E | A | EF | 57 | 60 | 0 | 6 | F5 | 5C | 31 |
| Octal | 36 | 12 | 357 | 127 | 140 | 0 | 6 | 365 | 134 | 61 |
| Binary | 11110 | 1010 | 11101111 | 1010111 | 1100000 | 0 | 110 | 11110101 | 1011100 | 110001 |
Color Harmonies of #1E0AEF
Complementary color
Monochromatic Colors of #1E0AEF
Black with #1E0AEF
Text Example
Text Example
White with #1E0AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0AEF; }
p { color: rgb(30,10,239); }
H1.HeaderClassName
{
color: #1E0AEF;
}
.AnyTagClassName
{
color: #1E0AEF;
}
</style>
background-color css
<style>
a { background-color: #1E0AEF; }
a { background-color: rgb(30,10,239); }
div.DivClassName
{
background-color: #1E0AEF;
}
.BgClassName
{
background-color: #1E0AEF;
}
</style>
border-color css
<style>
span { border-color: #1E0AEF; }
span { border-color: rgb(30,10,239); }
td.TdClassName
{
border-color: #1E0AEF;
}
.TagClassName
{
border-color: #1E0AEF;
}
</style>