Shades of Blue #1D1EEF
Tints of Blue #1D1EEF
RGB
CMYK
RGB Variations
Color information
#1D1EEF (or 0x1D1EEF) is known color: Blue. HEX triplet: 1D, 1E and EF. RGB value is (29,30,239). Sum of RGB (Red+Green+Blue) = 29+30+239=298 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.73% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 239 (93.75% from 255 or 80.20% from 298); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D1EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D1EEF is #E2E110. Grayscale: #343434. Windows color (decimal): -14868753 or 15670813. OLE color: 15670813.
HSL color Cylindrical-coordinate representation of color #1D1EEF: hue angle of 239.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D1EEF is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 30 | 239 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.06 |
| HSL | 239.71º | 0.87% | 0.53% | - |
| HSV(B) | 239.71º | 0.88% | 0.94% | - |
| XYZ | 16.55 | 7.42 | 82.22 | - |
| YUV | 53.53 | 232.67 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 30 | 239 | 0.88 | 0.87 | 0 | 0.06 | 239.71 | 0.87 | 0.53 |
| Hex | 1D | 1E | EF | 58 | 57 | 0 | 6 | F0 | 57 | 35 |
| Octal | 35 | 36 | 357 | 130 | 127 | 0 | 6 | 360 | 127 | 65 |
| Binary | 11101 | 11110 | 11101111 | 1011000 | 1010111 | 0 | 110 | 11110000 | 1010111 | 110101 |
Color Harmonies of #1D1EEF
Complementary color
Monochromatic Colors of #1D1EEF
Black with #1D1EEF
Text Example
Text Example
White with #1D1EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1EEF; }
p { color: rgb(29,30,239); }
H1.HeaderClassName
{
color: #1D1EEF;
}
.AnyTagClassName
{
color: #1D1EEF;
}
</style>
background-color css
<style>
a { background-color: #1D1EEF; }
a { background-color: rgb(29,30,239); }
div.DivClassName
{
background-color: #1D1EEF;
}
.BgClassName
{
background-color: #1D1EEF;
}
</style>
border-color css
<style>
span { border-color: #1D1EEF; }
span { border-color: rgb(29,30,239); }
td.TdClassName
{
border-color: #1D1EEF;
}
.TagClassName
{
border-color: #1D1EEF;
}
</style>