Shades of Blue #1D1EEA
Tints of Blue #1D1EEA
RGB
CMYK
RGB Variations
Color information
#1D1EEA (or 0x1D1EEA) is known color: Blue. HEX triplet: 1D, 1E and EA. RGB value is (29,30,234). Sum of RGB (Red+Green+Blue) = 29+30+234=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 234 (91.80% from 255 or 79.86% from 293); Max value from RGB is 234 - color contains mainly: blue. Hex color #1D1EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D1EEA is #E2E115. Grayscale: #343434. Windows color (decimal): -14868758 or 15343133. OLE color: 15343133.
HSL color Cylindrical-coordinate representation of color #1D1EEA: hue angle of 239.71º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D1EEA is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 30 | 234 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.08 |
| HSL | 239.71º | 0.83% | 0.52% | - |
| HSV(B) | 239.71º | 0.88% | 0.92% | - |
| XYZ | 15.82 | 7.13 | 78.38 | - |
| YUV | 52.96 | 230.17 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 30 | 234 | 0.88 | 0.87 | 0 | 0.08 | 239.71 | 0.83 | 0.52 |
| Hex | 1D | 1E | EA | 58 | 57 | 0 | 8 | F0 | 53 | 34 |
| Octal | 35 | 36 | 352 | 130 | 127 | 0 | 10 | 360 | 123 | 64 |
| Binary | 11101 | 11110 | 11101010 | 1011000 | 1010111 | 0 | 1000 | 11110000 | 1010011 | 110100 |
Color Harmonies of #1D1EEA
Complementary color
Monochromatic Colors of #1D1EEA
Black with #1D1EEA
Text Example
Text Example
White with #1D1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1EEA; }
p { color: rgb(29,30,234); }
H1.HeaderClassName
{
color: #1D1EEA;
}
.AnyTagClassName
{
color: #1D1EEA;
}
</style>
background-color css
<style>
a { background-color: #1D1EEA; }
a { background-color: rgb(29,30,234); }
div.DivClassName
{
background-color: #1D1EEA;
}
.BgClassName
{
background-color: #1D1EEA;
}
</style>
border-color css
<style>
span { border-color: #1D1EEA; }
span { border-color: rgb(29,30,234); }
td.TdClassName
{
border-color: #1D1EEA;
}
.TagClassName
{
border-color: #1D1EEA;
}
</style>