Shades of Blue #1D19ED
Tints of Blue #1D19ED
RGB
CMYK
RGB Variations
Color information
#1D19ED (or 0x1D19ED) is known color: Blue. HEX triplet: 1D, 19 and ED. RGB value is (29,25,237). Sum of RGB (Red+Green+Blue) = 29+25+237=291 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.97% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 237 (92.97% from 255 or 81.44% from 291); Max value from RGB is 237 - color contains mainly: blue. Hex color #1D19ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D19ED is #E2E612. Grayscale: #313131. Windows color (decimal): -14870035 or 15538461. OLE color: 15538461.
HSL color Cylindrical-coordinate representation of color #1D19ED: hue angle of 241.13º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D19ED is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 25 | 237 | - |
| CMYK | 0.88 | 0.89 | 0 | 0.07 |
| HSL | 241.13º | 0.85% | 0.51% | - |
| HSV(B) | 241.13º | 0.89% | 0.93% | - |
| XYZ | 16.14 | 7.07 | 80.63 | - |
| YUV | 50.36 | 233.33 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 237 | 0.88 | 0.89 | 0 | 0.07 | 241.13 | 0.85 | 0.51 |
| Hex | 1D | 19 | ED | 58 | 59 | 0 | 7 | F1 | 55 | 33 |
| Octal | 35 | 31 | 355 | 130 | 131 | 0 | 7 | 361 | 125 | 63 |
| Binary | 11101 | 11001 | 11101101 | 1011000 | 1011001 | 0 | 111 | 11110001 | 1010101 | 110011 |
Color Harmonies of #1D19ED
Complementary color
Monochromatic Colors of #1D19ED
Black with #1D19ED
Text Example
Text Example
White with #1D19ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D19ED; }
p { color: rgb(29,25,237); }
H1.HeaderClassName
{
color: #1D19ED;
}
.AnyTagClassName
{
color: #1D19ED;
}
</style>
background-color css
<style>
a { background-color: #1D19ED; }
a { background-color: rgb(29,25,237); }
div.DivClassName
{
background-color: #1D19ED;
}
.BgClassName
{
background-color: #1D19ED;
}
</style>
border-color css
<style>
span { border-color: #1D19ED; }
span { border-color: rgb(29,25,237); }
td.TdClassName
{
border-color: #1D19ED;
}
.TagClassName
{
border-color: #1D19ED;
}
</style>