Shades of Blue #1D1EF4
Tints of Blue #1D1EF4
RGB
CMYK
RGB Variations
Color information
#1D1EF4 (or 0x1D1EF4) is known color: Blue. HEX triplet: 1D, 1E and F4. RGB value is (29,30,244). Sum of RGB (Red+Green+Blue) = 29+30+244=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 244 (95.70% from 255 or 80.53% from 303); Max value from RGB is 244 - color contains mainly: blue. Hex color #1D1EF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D1EF4 is #E2E10B. Grayscale: #353535. Windows color (decimal): -14868748 or 15998493. OLE color: 15998493.
HSL color Cylindrical-coordinate representation of color #1D1EF4: hue angle of 239.72º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D1EF4 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 30 | 244 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.04 |
| HSL | 239.72º | 0.91% | 0.54% | - |
| HSV(B) | 239.72º | 0.88% | 0.96% | - |
| XYZ | 17.3 | 7.72 | 86.17 | - |
| YUV | 54.1 | 235.17 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 30 | 244 | 0.88 | 0.88 | 0 | 0.04 | 239.72 | 0.91 | 0.54 |
| Hex | 1D | 1E | F4 | 58 | 58 | 0 | 4 | F0 | 5B | 36 |
| Octal | 35 | 36 | 364 | 130 | 130 | 0 | 4 | 360 | 133 | 66 |
| Binary | 11101 | 11110 | 11110100 | 1011000 | 1011000 | 0 | 100 | 11110000 | 1011011 | 110110 |
Color Harmonies of #1D1EF4
Complementary color
Monochromatic Colors of #1D1EF4
Black with #1D1EF4
Text Example
Text Example
White with #1D1EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1EF4; }
p { color: rgb(29,30,244); }
H1.HeaderClassName
{
color: #1D1EF4;
}
.AnyTagClassName
{
color: #1D1EF4;
}
</style>
background-color css
<style>
a { background-color: #1D1EF4; }
a { background-color: rgb(29,30,244); }
div.DivClassName
{
background-color: #1D1EF4;
}
.BgClassName
{
background-color: #1D1EF4;
}
</style>
border-color css
<style>
span { border-color: #1D1EF4; }
span { border-color: rgb(29,30,244); }
td.TdClassName
{
border-color: #1D1EF4;
}
.TagClassName
{
border-color: #1D1EF4;
}
</style>