Shades of Royal Blue #1D4EEB
Tints of Royal Blue #1D4EEB
RGB
CMYK
RGB Variations
Color information
#1D4EEB (or 0x1D4EEB) is known color: Royal Blue. HEX triplet: 1D, 4E and EB. RGB value is (29,78,235). Sum of RGB (Red+Green+Blue) = 29+78+235=342 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.48% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 235 (92.19% from 255 or 68.71% from 342); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D4EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D4EEB is #E2B114. Grayscale: #505050. Windows color (decimal): -14856469 or 15420957. OLE color: 15420957.
HSL color Cylindrical-coordinate representation of color #1D4EEB: hue angle of 225.73º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D4EEB is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 78 | 235 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.08 |
| HSL | 225.73º | 0.84% | 0.52% | - |
| HSV(B) | 225.73º | 0.88% | 0.92% | - |
| XYZ | 18.23 | 11.71 | 79.9 | - |
| YUV | 81.25 | 214.77 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 78 | 235 | 0.88 | 0.67 | 0 | 0.08 | 225.73 | 0.84 | 0.52 |
| Hex | 1D | 4E | EB | 58 | 43 | 0 | 8 | E2 | 54 | 34 |
| Octal | 35 | 116 | 353 | 130 | 103 | 0 | 10 | 342 | 124 | 64 |
| Binary | 11101 | 1001110 | 11101011 | 1011000 | 1000011 | 0 | 1000 | 11100010 | 1010100 | 110100 |
Color Harmonies of #1D4EEB
Complementary color
Monochromatic Colors of #1D4EEB
Black with #1D4EEB
Text Example
Text Example
White with #1D4EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4EEB; }
p { color: rgb(29,78,235); }
H1.HeaderClassName
{
color: #1D4EEB;
}
.AnyTagClassName
{
color: #1D4EEB;
}
</style>
background-color css
<style>
a { background-color: #1D4EEB; }
a { background-color: rgb(29,78,235); }
div.DivClassName
{
background-color: #1D4EEB;
}
.BgClassName
{
background-color: #1D4EEB;
}
</style>
border-color css
<style>
span { border-color: #1D4EEB; }
span { border-color: rgb(29,78,235); }
td.TdClassName
{
border-color: #1D4EEB;
}
.TagClassName
{
border-color: #1D4EEB;
}
</style>