Shades of Blue #1D1EED
Tints of Blue #1D1EED
RGB
CMYK
RGB Variations
Color information
#1D1EED (or 0x1D1EED) is known color: Blue. HEX triplet: 1D, 1E and ED. RGB value is (29,30,237). Sum of RGB (Red+Green+Blue) = 29+30+237=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 237 (92.97% from 255 or 80.07% from 296); Max value from RGB is 237 - color contains mainly: blue. Hex color #1D1EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D1EED is #E2E112. Grayscale: #343434. Windows color (decimal): -14868755 or 15539741. OLE color: 15539741.
HSL color Cylindrical-coordinate representation of color #1D1EED: hue angle of 239.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D1EED is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 30 | 237 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.07 |
| HSL | 239.71º | 0.85% | 0.52% | - |
| HSV(B) | 239.71º | 0.88% | 0.93% | - |
| XYZ | 16.26 | 7.3 | 80.67 | - |
| YUV | 53.3 | 231.67 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 30 | 237 | 0.88 | 0.87 | 0 | 0.07 | 239.71 | 0.85 | 0.52 |
| Hex | 1D | 1E | ED | 58 | 57 | 0 | 7 | F0 | 55 | 34 |
| Octal | 35 | 36 | 355 | 130 | 127 | 0 | 7 | 360 | 125 | 64 |
| Binary | 11101 | 11110 | 11101101 | 1011000 | 1010111 | 0 | 111 | 11110000 | 1010101 | 110100 |
Color Harmonies of #1D1EED
Complementary color
Monochromatic Colors of #1D1EED
Black with #1D1EED
Text Example
Text Example
White with #1D1EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1EED; }
p { color: rgb(29,30,237); }
H1.HeaderClassName
{
color: #1D1EED;
}
.AnyTagClassName
{
color: #1D1EED;
}
</style>
background-color css
<style>
a { background-color: #1D1EED; }
a { background-color: rgb(29,30,237); }
div.DivClassName
{
background-color: #1D1EED;
}
.BgClassName
{
background-color: #1D1EED;
}
</style>
border-color css
<style>
span { border-color: #1D1EED; }
span { border-color: rgb(29,30,237); }
td.TdClassName
{
border-color: #1D1EED;
}
.TagClassName
{
border-color: #1D1EED;
}
</style>