Shades of Royal Blue #1D4BEC
Tints of Royal Blue #1D4BEC
RGB
CMYK
RGB Variations
Color information
#1D4BEC (or 0x1D4BEC) is known color: Royal Blue. HEX triplet: 1D, 4B and EC. RGB value is (29,75,236). Sum of RGB (Red+Green+Blue) = 29+75+236=340 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.53% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 236 (92.58% from 255 or 69.41% from 340); Max value from RGB is 236 - color contains mainly: blue. Hex color #1D4BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D4BEC is #E2B413. Grayscale: #4E4E4E. Windows color (decimal): -14857236 or 15485725. OLE color: 15485725.
HSL color Cylindrical-coordinate representation of color #1D4BEC: hue angle of 226.67º 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 #1D4BEC is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 75 | 236 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.07 |
| HSL | 226.67º | 0.84% | 0.52% | - |
| HSV(B) | 226.67º | 0.88% | 0.93% | - |
| XYZ | 18.16 | 11.35 | 80.59 | - |
| YUV | 79.6 | 216.26 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 236 | 0.88 | 0.68 | 0 | 0.07 | 226.67 | 0.84 | 0.52 |
| Hex | 1D | 4B | EC | 58 | 44 | 0 | 7 | E3 | 54 | 34 |
| Octal | 35 | 113 | 354 | 130 | 104 | 0 | 7 | 343 | 124 | 64 |
| Binary | 11101 | 1001011 | 11101100 | 1011000 | 1000100 | 0 | 111 | 11100011 | 1010100 | 110100 |
Color Harmonies of #1D4BEC
Complementary color
Monochromatic Colors of #1D4BEC
Black with #1D4BEC
Text Example
Text Example
White with #1D4BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4BEC; }
p { color: rgb(29,75,236); }
H1.HeaderClassName
{
color: #1D4BEC;
}
.AnyTagClassName
{
color: #1D4BEC;
}
</style>
background-color css
<style>
a { background-color: #1D4BEC; }
a { background-color: rgb(29,75,236); }
div.DivClassName
{
background-color: #1D4BEC;
}
.BgClassName
{
background-color: #1D4BEC;
}
</style>
border-color css
<style>
span { border-color: #1D4BEC; }
span { border-color: rgb(29,75,236); }
td.TdClassName
{
border-color: #1D4BEC;
}
.TagClassName
{
border-color: #1D4BEC;
}
</style>