Shades of Blue #1E0FE6
Tints of Blue #1E0FE6
RGB
CMYK
RGB Variations
Color information
#1E0FE6 (or 0x1E0FE6) is known color: Blue. HEX triplet: 1E, 0F and E6. RGB value is (30,15,230). Sum of RGB (Red+Green+Blue) = 30+15+230=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 230 (90.23% from 255 or 83.64% from 275); Max value from RGB is 230 - color contains mainly: blue. Hex color #1E0FE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E0FE6 is #E1F019. Grayscale: #2B2B2B. Windows color (decimal): -14807066 or 15077150. OLE color: 15077150.
HSL color Cylindrical-coordinate representation of color #1E0FE6: hue angle of 244.19º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E0FE6 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 30 | 15 | 230 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.10 |
| HSL | 244.19º | 0.88% | 0.48% | - |
| HSV(B) | 244.19º | 0.93% | 0.9% | - |
| XYZ | 14.99 | 6.33 | 75.29 | - |
| YUV | 44 | 232.97 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 15 | 230 | 0.87 | 0.93 | 0 | 0.10 | 244.19 | 0.88 | 0.48 |
| Hex | 1E | F | E6 | 57 | 5D | 0 | A | F4 | 58 | 30 |
| Octal | 36 | 17 | 346 | 127 | 135 | 0 | 12 | 364 | 130 | 60 |
| Binary | 11110 | 1111 | 11100110 | 1010111 | 1011101 | 0 | 1010 | 11110100 | 1011000 | 110000 |
Color Harmonies of #1E0FE6
Complementary color
Monochromatic Colors of #1E0FE6
Black with #1E0FE6
Text Example
Text Example
White with #1E0FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0FE6; }
p { color: rgb(30,15,230); }
H1.HeaderClassName
{
color: #1E0FE6;
}
.AnyTagClassName
{
color: #1E0FE6;
}
</style>
background-color css
<style>
a { background-color: #1E0FE6; }
a { background-color: rgb(30,15,230); }
div.DivClassName
{
background-color: #1E0FE6;
}
.BgClassName
{
background-color: #1E0FE6;
}
</style>
border-color css
<style>
span { border-color: #1E0FE6; }
span { border-color: rgb(30,15,230); }
td.TdClassName
{
border-color: #1E0FE6;
}
.TagClassName
{
border-color: #1E0FE6;
}
</style>