Shades of Blue #1E29F7
Tints of Blue #1E29F7
RGB
CMYK
RGB Variations
Color information
#1E29F7 (or 0x1E29F7) is known color: Blue. HEX triplet: 1E, 29 and F7. RGB value is (30,41,247). Sum of RGB (Red+Green+Blue) = 30+41+247=318 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.43% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 247 (96.88% from 255 or 77.67% from 318); Max value from RGB is 247 - color contains mainly: blue. Hex color #1E29F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E29F7 is #E1D608. Grayscale: #3C3C3C. Windows color (decimal): -14800393 or 16197918. OLE color: 16197918.
HSL color Cylindrical-coordinate representation of color #1E29F7: hue angle of 236.96º 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 #1E29F7 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 30 | 41 | 247 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.03 |
| HSL | 236.96º | 0.93% | 0.54% | - |
| HSV(B) | 236.96º | 0.88% | 0.97% | - |
| XYZ | 18.12 | 8.58 | 88.7 | - |
| YUV | 61.2 | 232.86 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 41 | 247 | 0.88 | 0.83 | 0 | 0.03 | 236.96 | 0.93 | 0.54 |
| Hex | 1E | 29 | F7 | 58 | 53 | 0 | 3 | ED | 5D | 36 |
| Octal | 36 | 51 | 367 | 130 | 123 | 0 | 3 | 355 | 135 | 66 |
| Binary | 11110 | 101001 | 11110111 | 1011000 | 1010011 | 0 | 11 | 11101101 | 1011101 | 110110 |
Color Harmonies of #1E29F7
Complementary color
Monochromatic Colors of #1E29F7
Black with #1E29F7
Text Example
Text Example
White with #1E29F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E29F7; }
p { color: rgb(30,41,247); }
H1.HeaderClassName
{
color: #1E29F7;
}
.AnyTagClassName
{
color: #1E29F7;
}
</style>
background-color css
<style>
a { background-color: #1E29F7; }
a { background-color: rgb(30,41,247); }
div.DivClassName
{
background-color: #1E29F7;
}
.BgClassName
{
background-color: #1E29F7;
}
</style>
border-color css
<style>
span { border-color: #1E29F7; }
span { border-color: rgb(30,41,247); }
td.TdClassName
{
border-color: #1E29F7;
}
.TagClassName
{
border-color: #1E29F7;
}
</style>