Shades of Blue #1E2EFB
Tints of Blue #1E2EFB
RGB
CMYK
RGB Variations
Color information
#1E2EFB (or 0x1E2EFB) is known color: Blue. HEX triplet: 1E, 2E and FB. RGB value is (30,46,251). Sum of RGB (Red+Green+Blue) = 30+46+251=327 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.17% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 251 (98.44% from 255 or 76.76% from 327); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E2EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E2EFB is #E1D104. Grayscale: #3F3F3F. Windows color (decimal): -14799109 or 16461342. OLE color: 16461342.
HSL color Cylindrical-coordinate representation of color #1E2EFB: hue angle of 235.66º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E2EFB is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 46 | 251 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.02 |
| HSL | 235.66º | 0.97% | 0.55% | - |
| HSV(B) | 235.66º | 0.88% | 0.98% | - |
| XYZ | 18.93 | 9.2 | 92.04 | - |
| YUV | 64.59 | 233.2 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 46 | 251 | 0.88 | 0.82 | 0 | 0.02 | 235.66 | 0.97 | 0.55 |
| Hex | 1E | 2E | FB | 58 | 52 | 0 | 2 | EC | 61 | 37 |
| Octal | 36 | 56 | 373 | 130 | 122 | 0 | 2 | 354 | 141 | 67 |
| Binary | 11110 | 101110 | 11111011 | 1011000 | 1010010 | 0 | 10 | 11101100 | 1100001 | 110111 |
Color Harmonies of #1E2EFB
Complementary color
Monochromatic Colors of #1E2EFB
Black with #1E2EFB
Text Example
Text Example
White with #1E2EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2EFB; }
p { color: rgb(30,46,251); }
H1.HeaderClassName
{
color: #1E2EFB;
}
.AnyTagClassName
{
color: #1E2EFB;
}
</style>
background-color css
<style>
a { background-color: #1E2EFB; }
a { background-color: rgb(30,46,251); }
div.DivClassName
{
background-color: #1E2EFB;
}
.BgClassName
{
background-color: #1E2EFB;
}
</style>
border-color css
<style>
span { border-color: #1E2EFB; }
span { border-color: rgb(30,46,251); }
td.TdClassName
{
border-color: #1E2EFB;
}
.TagClassName
{
border-color: #1E2EFB;
}
</style>