Shades of Royal Blue #1D4DEC
Tints of Royal Blue #1D4DEC
RGB
CMYK
RGB Variations
Color information
#1D4DEC (or 0x1D4DEC) is known color: Royal Blue. HEX triplet: 1D, 4D and EC. RGB value is (29,77,236). Sum of RGB (Red+Green+Blue) = 29+77+236=342 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.48% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 236 (92.58% from 255 or 69.01% from 342); Max value from RGB is 236 - color contains mainly: blue. Hex color #1D4DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D4DEC is #E2B213. Grayscale: #505050. Windows color (decimal): -14856724 or 15486237. OLE color: 15486237.
HSL color Cylindrical-coordinate representation of color #1D4DEC: hue angle of 226.09º degrees, saturation: 0.84, 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 #1D4DEC is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 77 | 236 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.07 |
| HSL | 226.09º | 0.84% | 0.52% | - |
| HSV(B) | 226.09º | 0.88% | 0.93% | - |
| XYZ | 18.3 | 11.63 | 80.64 | - |
| YUV | 80.77 | 215.6 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 77 | 236 | 0.88 | 0.67 | 0 | 0.07 | 226.09 | 0.84 | 0.52 |
| Hex | 1D | 4D | EC | 58 | 43 | 0 | 7 | E2 | 54 | 34 |
| Octal | 35 | 115 | 354 | 130 | 103 | 0 | 7 | 342 | 124 | 64 |
| Binary | 11101 | 1001101 | 11101100 | 1011000 | 1000011 | 0 | 111 | 11100010 | 1010100 | 110100 |
Color Harmonies of #1D4DEC
Complementary color
Monochromatic Colors of #1D4DEC
Black with #1D4DEC
Text Example
Text Example
White with #1D4DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4DEC; }
p { color: rgb(29,77,236); }
H1.HeaderClassName
{
color: #1D4DEC;
}
.AnyTagClassName
{
color: #1D4DEC;
}
</style>
background-color css
<style>
a { background-color: #1D4DEC; }
a { background-color: rgb(29,77,236); }
div.DivClassName
{
background-color: #1D4DEC;
}
.BgClassName
{
background-color: #1D4DEC;
}
</style>
border-color css
<style>
span { border-color: #1D4DEC; }
span { border-color: rgb(29,77,236); }
td.TdClassName
{
border-color: #1D4DEC;
}
.TagClassName
{
border-color: #1D4DEC;
}
</style>