Shades of Blue #1E0AFE
Tints of Blue #1E0AFE
RGB
CMYK
RGB Variations
Color information
#1E0AFE (or 0x1E0AFE) is known color: Blue. HEX triplet: 1E, 0A and FE. RGB value is (30,10,254). Sum of RGB (Red+Green+Blue) = 30+10+254=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 254 (99.61% from 255 or 86.39% from 294); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E0AFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E0AFE is #E1F501. Grayscale: #2A2A2A. Windows color (decimal): -14808322 or 16648734. OLE color: 16648734.
HSL color Cylindrical-coordinate representation of color #1E0AFE: hue angle of 244.92º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E0AFE is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 10 | 254 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.00 |
| HSL | 244.92º | 0.99% | 0.52% | - |
| HSV(B) | 244.92º | 0.96% | 1% | - |
| XYZ | 18.53 | 7.65 | 94.27 | - |
| YUV | 43.8 | 246.63 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 10 | 254 | 0.88 | 0.96 | 0 | 0.00 | 244.92 | 0.99 | 0.52 |
| Hex | 1E | A | FE | 58 | 60 | 0 | 0 | F5 | 63 | 34 |
| Octal | 36 | 12 | 376 | 130 | 140 | 0 | 0 | 365 | 143 | 64 |
| Binary | 11110 | 1010 | 11111110 | 1011000 | 1100000 | 0 | 0 | 11110101 | 1100011 | 110100 |
Color Harmonies of #1E0AFE
Complementary color
Monochromatic Colors of #1E0AFE
Black with #1E0AFE
Text Example
Text Example
White with #1E0AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0AFE; }
p { color: rgb(30,10,254); }
H1.HeaderClassName
{
color: #1E0AFE;
}
.AnyTagClassName
{
color: #1E0AFE;
}
</style>
background-color css
<style>
a { background-color: #1E0AFE; }
a { background-color: rgb(30,10,254); }
div.DivClassName
{
background-color: #1E0AFE;
}
.BgClassName
{
background-color: #1E0AFE;
}
</style>
border-color css
<style>
span { border-color: #1E0AFE; }
span { border-color: rgb(30,10,254); }
td.TdClassName
{
border-color: #1E0AFE;
}
.TagClassName
{
border-color: #1E0AFE;
}
</style>