Shades of Blue #1E1FEB
Tints of Blue #1E1FEB
RGB
CMYK
RGB Variations
Color information
#1E1FEB (or 0x1E1FEB) is known color: Blue. HEX triplet: 1E, 1F and EB. RGB value is (30,31,235). Sum of RGB (Red+Green+Blue) = 30+31+235=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 235 (92.19% from 255 or 79.39% from 296); Max value from RGB is 235 - color contains mainly: blue. Hex color #1E1FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E1FEB is #E1E014. Grayscale: #353535. Windows color (decimal): -14802965 or 15408926. OLE color: 15408926.
HSL color Cylindrical-coordinate representation of color #1E1FEB: hue angle of 239.71º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E1FEB is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 31 | 235 | - |
| CMYK | 0.87 | 0.87 | 0 | 0.08 |
| HSL | 239.71º | 0.84% | 0.52% | - |
| HSV(B) | 239.71º | 0.87% | 0.92% | - |
| XYZ | 16.02 | 7.25 | 79.15 | - |
| YUV | 53.96 | 230.17 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 31 | 235 | 0.87 | 0.87 | 0 | 0.08 | 239.71 | 0.84 | 0.52 |
| Hex | 1E | 1F | EB | 57 | 57 | 0 | 8 | F0 | 54 | 34 |
| Octal | 36 | 37 | 353 | 127 | 127 | 0 | 10 | 360 | 124 | 64 |
| Binary | 11110 | 11111 | 11101011 | 1010111 | 1010111 | 0 | 1000 | 11110000 | 1010100 | 110100 |
Color Harmonies of #1E1FEB
Complementary color
Monochromatic Colors of #1E1FEB
Black with #1E1FEB
Text Example
Text Example
White with #1E1FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1FEB; }
p { color: rgb(30,31,235); }
H1.HeaderClassName
{
color: #1E1FEB;
}
.AnyTagClassName
{
color: #1E1FEB;
}
</style>
background-color css
<style>
a { background-color: #1E1FEB; }
a { background-color: rgb(30,31,235); }
div.DivClassName
{
background-color: #1E1FEB;
}
.BgClassName
{
background-color: #1E1FEB;
}
</style>
border-color css
<style>
span { border-color: #1E1FEB; }
span { border-color: rgb(30,31,235); }
td.TdClassName
{
border-color: #1E1FEB;
}
.TagClassName
{
border-color: #1E1FEB;
}
</style>