Shades of Blue #1E2DF7
Tints of Blue #1E2DF7
RGB
CMYK
RGB Variations
Color information
#1E2DF7 (or 0x1E2DF7) is known color: Blue. HEX triplet: 1E, 2D and F7. RGB value is (30,45,247). Sum of RGB (Red+Green+Blue) = 30+45+247=322 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.32% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 247 (96.88% from 255 or 76.71% from 322); Max value from RGB is 247 - color contains mainly: blue. Hex color #1E2DF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E2DF7 is #E1D208. Grayscale: #3E3E3E. Windows color (decimal): -14799369 or 16198942. OLE color: 16198942.
HSL color Cylindrical-coordinate representation of color #1E2DF7: hue angle of 235.85º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E2DF7 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 30 | 45 | 247 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.03 |
| HSL | 235.85º | 0.93% | 0.54% | - |
| HSV(B) | 235.85º | 0.88% | 0.97% | - |
| XYZ | 18.26 | 8.87 | 88.74 | - |
| YUV | 63.54 | 231.53 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 45 | 247 | 0.88 | 0.82 | 0 | 0.03 | 235.85 | 0.93 | 0.54 |
| Hex | 1E | 2D | F7 | 58 | 52 | 0 | 3 | EC | 5D | 36 |
| Octal | 36 | 55 | 367 | 130 | 122 | 0 | 3 | 354 | 135 | 66 |
| Binary | 11110 | 101101 | 11110111 | 1011000 | 1010010 | 0 | 11 | 11101100 | 1011101 | 110110 |
Color Harmonies of #1E2DF7
Complementary color
Monochromatic Colors of #1E2DF7
Black with #1E2DF7
Text Example
Text Example
White with #1E2DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2DF7; }
p { color: rgb(30,45,247); }
H1.HeaderClassName
{
color: #1E2DF7;
}
.AnyTagClassName
{
color: #1E2DF7;
}
</style>
background-color css
<style>
a { background-color: #1E2DF7; }
a { background-color: rgb(30,45,247); }
div.DivClassName
{
background-color: #1E2DF7;
}
.BgClassName
{
background-color: #1E2DF7;
}
</style>
border-color css
<style>
span { border-color: #1E2DF7; }
span { border-color: rgb(30,45,247); }
td.TdClassName
{
border-color: #1E2DF7;
}
.TagClassName
{
border-color: #1E2DF7;
}
</style>