Shades of Blue #1E2EFA
Tints of Blue #1E2EFA
RGB
CMYK
RGB Variations
Color information
#1E2EFA (or 0x1E2EFA) is known color: Blue. HEX triplet: 1E, 2E and FA. RGB value is (30,46,250). Sum of RGB (Red+Green+Blue) = 30+46+250=326 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.20% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 250 (98.05% from 255 or 76.69% from 326); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E2EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E2EFA is #E1D105. Grayscale: #3F3F3F. Windows color (decimal): -14799110 or 16395806. OLE color: 16395806.
HSL color Cylindrical-coordinate representation of color #1E2EFA: hue angle of 235.64º degrees, saturation: 0.96, 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 #1E2EFA is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 46 | 250 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.02 |
| HSL | 235.64º | 0.96% | 0.55% | - |
| HSV(B) | 235.64º | 0.88% | 0.98% | - |
| XYZ | 18.77 | 9.13 | 91.22 | - |
| YUV | 64.47 | 232.7 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 46 | 250 | 0.88 | 0.82 | 0 | 0.02 | 235.64 | 0.96 | 0.55 |
| Hex | 1E | 2E | FA | 58 | 52 | 0 | 2 | EC | 60 | 37 |
| Octal | 36 | 56 | 372 | 130 | 122 | 0 | 2 | 354 | 140 | 67 |
| Binary | 11110 | 101110 | 11111010 | 1011000 | 1010010 | 0 | 10 | 11101100 | 1100000 | 110111 |
Color Harmonies of #1E2EFA
Complementary color
Monochromatic Colors of #1E2EFA
Black with #1E2EFA
Text Example
Text Example
White with #1E2EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2EFA; }
p { color: rgb(30,46,250); }
H1.HeaderClassName
{
color: #1E2EFA;
}
.AnyTagClassName
{
color: #1E2EFA;
}
</style>
background-color css
<style>
a { background-color: #1E2EFA; }
a { background-color: rgb(30,46,250); }
div.DivClassName
{
background-color: #1E2EFA;
}
.BgClassName
{
background-color: #1E2EFA;
}
</style>
border-color css
<style>
span { border-color: #1E2EFA; }
span { border-color: rgb(30,46,250); }
td.TdClassName
{
border-color: #1E2EFA;
}
.TagClassName
{
border-color: #1E2EFA;
}
</style>