Shades of Royal Blue #1D4EEF
Tints of Royal Blue #1D4EEF
RGB
CMYK
RGB Variations
Color information
#1D4EEF (or 0x1D4EEF) is known color: Royal Blue. HEX triplet: 1D, 4E and EF. RGB value is (29,78,239). Sum of RGB (Red+Green+Blue) = 29+78+239=346 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.38% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D4EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D4EEF is #E2B110. Grayscale: #515151. Windows color (decimal): -14856465 or 15683101. OLE color: 15683101.
HSL color Cylindrical-coordinate representation of color #1D4EEF: hue angle of 226º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D4EEF is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 78 | 239 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.06 |
| HSL | 226º | 0.87% | 0.53% | - |
| HSV(B) | 226º | 0.88% | 0.94% | - |
| XYZ | 18.81 | 11.94 | 82.97 | - |
| YUV | 81.7 | 216.77 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 78 | 239 | 0.88 | 0.67 | 0 | 0.06 | 226 | 0.87 | 0.53 |
| Hex | 1D | 4E | EF | 58 | 43 | 0 | 6 | E2 | 57 | 35 |
| Octal | 35 | 116 | 357 | 130 | 103 | 0 | 6 | 342 | 127 | 65 |
| Binary | 11101 | 1001110 | 11101111 | 1011000 | 1000011 | 0 | 110 | 11100010 | 1010111 | 110101 |
Color Harmonies of #1D4EEF
Complementary color
Monochromatic Colors of #1D4EEF
Black with #1D4EEF
Text Example
Text Example
White with #1D4EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4EEF; }
p { color: rgb(29,78,239); }
H1.HeaderClassName
{
color: #1D4EEF;
}
.AnyTagClassName
{
color: #1D4EEF;
}
</style>
background-color css
<style>
a { background-color: #1D4EEF; }
a { background-color: rgb(29,78,239); }
div.DivClassName
{
background-color: #1D4EEF;
}
.BgClassName
{
background-color: #1D4EEF;
}
</style>
border-color css
<style>
span { border-color: #1D4EEF; }
span { border-color: rgb(29,78,239); }
td.TdClassName
{
border-color: #1D4EEF;
}
.TagClassName
{
border-color: #1D4EEF;
}
</style>