Shades of Blue #1D04ED
Tints of Blue #1D04ED
RGB
CMYK
RGB Variations
Color information
#1D04ED (or 0x1D04ED) is known color: Blue. HEX triplet: 1D, 04 and ED. RGB value is (29,4,237). Sum of RGB (Red+Green+Blue) = 29+4+237=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 237 (92.97% from 255 or 87.78% from 270); Max value from RGB is 237 - color contains mainly: blue. Hex color #1D04ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D04ED is #E2FB12. Grayscale: #252525. Windows color (decimal): -14875411 or 15533085. OLE color: 15533085.
HSL color Cylindrical-coordinate representation of color #1D04ED: hue angle of 246.44º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D04ED is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 4 | 237 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.07 |
| HSL | 246.44º | 0.97% | 0.47% | - |
| HSV(B) | 246.44º | 0.98% | 0.93% | - |
| XYZ | 15.84 | 6.46 | 80.53 | - |
| YUV | 38.04 | 240.28 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 237 | 0.88 | 0.98 | 0 | 0.07 | 246.44 | 0.97 | 0.47 |
| Hex | 1D | 4 | ED | 58 | 62 | 0 | 7 | F6 | 61 | 2F |
| Octal | 35 | 4 | 355 | 130 | 142 | 0 | 7 | 366 | 141 | 57 |
| Binary | 11101 | 100 | 11101101 | 1011000 | 1100010 | 0 | 111 | 11110110 | 1100001 | 101111 |
Color Harmonies of #1D04ED
Complementary color
Monochromatic Colors of #1D04ED
Black with #1D04ED
Text Example
Text Example
White with #1D04ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D04ED; }
p { color: rgb(29,4,237); }
H1.HeaderClassName
{
color: #1D04ED;
}
.AnyTagClassName
{
color: #1D04ED;
}
</style>
background-color css
<style>
a { background-color: #1D04ED; }
a { background-color: rgb(29,4,237); }
div.DivClassName
{
background-color: #1D04ED;
}
.BgClassName
{
background-color: #1D04ED;
}
</style>
border-color css
<style>
span { border-color: #1D04ED; }
span { border-color: rgb(29,4,237); }
td.TdClassName
{
border-color: #1D04ED;
}
.TagClassName
{
border-color: #1D04ED;
}
</style>