Shades of Royal Blue #1D4CEC
Tints of Royal Blue #1D4CEC
RGB
CMYK
RGB Variations
Color information
#1D4CEC (or 0x1D4CEC) is known color: Royal Blue. HEX triplet: 1D, 4C and EC. RGB value is (29,76,236). Sum of RGB (Red+Green+Blue) = 29+76+236=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 236 (92.58% from 255 or 69.21% from 341); Max value from RGB is 236 - color contains mainly: blue. Hex color #1D4CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D4CEC is #E2B313. Grayscale: #4F4F4F. Windows color (decimal): -14856980 or 15485981. OLE color: 15485981.
HSL color Cylindrical-coordinate representation of color #1D4CEC: hue angle of 226.38º 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 #1D4CEC is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 76 | 236 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.07 |
| HSL | 226.38º | 0.84% | 0.52% | - |
| HSV(B) | 226.38º | 0.88% | 0.93% | - |
| XYZ | 18.23 | 11.49 | 80.61 | - |
| YUV | 80.19 | 215.93 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 236 | 0.88 | 0.68 | 0 | 0.07 | 226.38 | 0.84 | 0.52 |
| Hex | 1D | 4C | EC | 58 | 44 | 0 | 7 | E2 | 54 | 34 |
| Octal | 35 | 114 | 354 | 130 | 104 | 0 | 7 | 342 | 124 | 64 |
| Binary | 11101 | 1001100 | 11101100 | 1011000 | 1000100 | 0 | 111 | 11100010 | 1010100 | 110100 |
Color Harmonies of #1D4CEC
Complementary color
Monochromatic Colors of #1D4CEC
Black with #1D4CEC
Text Example
Text Example
White with #1D4CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4CEC; }
p { color: rgb(29,76,236); }
H1.HeaderClassName
{
color: #1D4CEC;
}
.AnyTagClassName
{
color: #1D4CEC;
}
</style>
background-color css
<style>
a { background-color: #1D4CEC; }
a { background-color: rgb(29,76,236); }
div.DivClassName
{
background-color: #1D4CEC;
}
.BgClassName
{
background-color: #1D4CEC;
}
</style>
border-color css
<style>
span { border-color: #1D4CEC; }
span { border-color: rgb(29,76,236); }
td.TdClassName
{
border-color: #1D4CEC;
}
.TagClassName
{
border-color: #1D4CEC;
}
</style>