Shades of Blue #1E0BE9
Tints of Blue #1E0BE9
RGB
CMYK
RGB Variations
Color information
#1E0BE9 (or 0x1E0BE9) is known color: Blue. HEX triplet: 1E, 0B and E9. RGB value is (30,11,233). Sum of RGB (Red+Green+Blue) = 30+11+233=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 233 (91.41% from 255 or 85.04% from 274); Max value from RGB is 233 - color contains mainly: blue. Hex color #1E0BE9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E0BE9 is #E1F416. Grayscale: #292929. Windows color (decimal): -14808087 or 15272734. OLE color: 15272734.
HSL color Cylindrical-coordinate representation of color #1E0BE9: hue angle of 245.14º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0BE9 is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 30 | 11 | 233 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.09 |
| HSL | 245.14º | 0.91% | 0.48% | - |
| HSV(B) | 245.14º | 0.95% | 0.91% | - |
| XYZ | 15.36 | 6.4 | 77.52 | - |
| YUV | 41.99 | 235.79 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 233 | 0.87 | 0.95 | 0 | 0.09 | 245.14 | 0.91 | 0.48 |
| Hex | 1E | B | E9 | 57 | 5F | 0 | 9 | F5 | 5B | 30 |
| Octal | 36 | 13 | 351 | 127 | 137 | 0 | 11 | 365 | 133 | 60 |
| Binary | 11110 | 1011 | 11101001 | 1010111 | 1011111 | 0 | 1001 | 11110101 | 1011011 | 110000 |
Color Harmonies of #1E0BE9
Complementary color
Monochromatic Colors of #1E0BE9
Black with #1E0BE9
Text Example
Text Example
White with #1E0BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0BE9; }
p { color: rgb(30,11,233); }
H1.HeaderClassName
{
color: #1E0BE9;
}
.AnyTagClassName
{
color: #1E0BE9;
}
</style>
background-color css
<style>
a { background-color: #1E0BE9; }
a { background-color: rgb(30,11,233); }
div.DivClassName
{
background-color: #1E0BE9;
}
.BgClassName
{
background-color: #1E0BE9;
}
</style>
border-color css
<style>
span { border-color: #1E0BE9; }
span { border-color: rgb(30,11,233); }
td.TdClassName
{
border-color: #1E0BE9;
}
.TagClassName
{
border-color: #1E0BE9;
}
</style>