Shades of Royal Blue #1D5EEF
Tints of Royal Blue #1D5EEF
RGB
CMYK
RGB Variations
Color information
#1D5EEF (or 0x1D5EEF) is known color: Royal Blue. HEX triplet: 1D, 5E and EF. RGB value is (29,94,239). Sum of RGB (Red+Green+Blue) = 29+94+239=362 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.01% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D5EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5EEF is #E2A110. Grayscale: #5A5A5A. Windows color (decimal): -14852369 or 15687197. OLE color: 15687197.
HSL color Cylindrical-coordinate representation of color #1D5EEF: hue angle of 221.43º 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 #1D5EEF is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 94 | 239 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.06 |
| HSL | 221.43º | 0.87% | 0.53% | - |
| HSV(B) | 221.43º | 0.88% | 0.94% | - |
| XYZ | 20.09 | 14.5 | 83.4 | - |
| YUV | 91.1 | 211.47 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 94 | 239 | 0.88 | 0.61 | 0 | 0.06 | 221.43 | 0.87 | 0.53 |
| Hex | 1D | 5E | EF | 58 | 3D | 0 | 6 | DD | 57 | 35 |
| Octal | 35 | 136 | 357 | 130 | 75 | 0 | 6 | 335 | 127 | 65 |
| Binary | 11101 | 1011110 | 11101111 | 1011000 | 111101 | 0 | 110 | 11011101 | 1010111 | 110101 |
Color Harmonies of #1D5EEF
Complementary color
Monochromatic Colors of #1D5EEF
Black with #1D5EEF
Text Example
Text Example
White with #1D5EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5EEF; }
p { color: rgb(29,94,239); }
H1.HeaderClassName
{
color: #1D5EEF;
}
.AnyTagClassName
{
color: #1D5EEF;
}
</style>
background-color css
<style>
a { background-color: #1D5EEF; }
a { background-color: rgb(29,94,239); }
div.DivClassName
{
background-color: #1D5EEF;
}
.BgClassName
{
background-color: #1D5EEF;
}
</style>
border-color css
<style>
span { border-color: #1D5EEF; }
span { border-color: rgb(29,94,239); }
td.TdClassName
{
border-color: #1D5EEF;
}
.TagClassName
{
border-color: #1D5EEF;
}
</style>