Shades of Blue #1E0EFB
Tints of Blue #1E0EFB
RGB
CMYK
RGB Variations
Color information
#1E0EFB (or 0x1E0EFB) is known color: Blue. HEX triplet: 1E, 0E and FB. RGB value is (30,14,251). Sum of RGB (Red+Green+Blue) = 30+14+251=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 251 (98.44% from 255 or 85.08% from 295); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E0EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E0EFB is #E1F104. Grayscale: #2C2C2C. Windows color (decimal): -14807301 or 16453150. OLE color: 16453150.
HSL color Cylindrical-coordinate representation of color #1E0EFB: hue angle of 244.05º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0EFB is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 14 | 251 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.02 |
| HSL | 244.05º | 0.97% | 0.52% | - |
| HSV(B) | 244.05º | 0.94% | 0.98% | - |
| XYZ | 18.11 | 7.56 | 91.77 | - |
| YUV | 45.8 | 243.8 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 14 | 251 | 0.88 | 0.94 | 0 | 0.02 | 244.05 | 0.97 | 0.52 |
| Hex | 1E | E | FB | 58 | 5E | 0 | 2 | F4 | 61 | 34 |
| Octal | 36 | 16 | 373 | 130 | 136 | 0 | 2 | 364 | 141 | 64 |
| Binary | 11110 | 1110 | 11111011 | 1011000 | 1011110 | 0 | 10 | 11110100 | 1100001 | 110100 |
Color Harmonies of #1E0EFB
Complementary color
Monochromatic Colors of #1E0EFB
Black with #1E0EFB
Text Example
Text Example
White with #1E0EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0EFB; }
p { color: rgb(30,14,251); }
H1.HeaderClassName
{
color: #1E0EFB;
}
.AnyTagClassName
{
color: #1E0EFB;
}
</style>
background-color css
<style>
a { background-color: #1E0EFB; }
a { background-color: rgb(30,14,251); }
div.DivClassName
{
background-color: #1E0EFB;
}
.BgClassName
{
background-color: #1E0EFB;
}
</style>
border-color css
<style>
span { border-color: #1E0EFB; }
span { border-color: rgb(30,14,251); }
td.TdClassName
{
border-color: #1E0EFB;
}
.TagClassName
{
border-color: #1E0EFB;
}
</style>