Shades of Royal Blue #1D5FED
Tints of Royal Blue #1D5FED
RGB
CMYK
RGB Variations
Color information
#1D5FED (or 0x1D5FED) is known color: Royal Blue. HEX triplet: 1D, 5F and ED. RGB value is (29,95,237). Sum of RGB (Red+Green+Blue) = 29+95+237=361 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.03% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #1D5FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5FED is #E2A012. Grayscale: #5A5A5A. Windows color (decimal): -14852115 or 15556381. OLE color: 15556381.
HSL color Cylindrical-coordinate representation of color #1D5FED: hue angle of 220.96º degrees, saturation: 0.85, 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 #1D5FED is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 95 | 237 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.07 |
| HSL | 220.96º | 0.85% | 0.52% | - |
| HSV(B) | 220.96º | 0.88% | 0.93% | - |
| XYZ | 19.88 | 14.56 | 81.88 | - |
| YUV | 91.45 | 210.13 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 95 | 237 | 0.88 | 0.60 | 0 | 0.07 | 220.96 | 0.85 | 0.52 |
| Hex | 1D | 5F | ED | 58 | 3C | 0 | 7 | DD | 55 | 34 |
| Octal | 35 | 137 | 355 | 130 | 74 | 0 | 7 | 335 | 125 | 64 |
| Binary | 11101 | 1011111 | 11101101 | 1011000 | 111100 | 0 | 111 | 11011101 | 1010101 | 110100 |
Color Harmonies of #1D5FED
Complementary color
Monochromatic Colors of #1D5FED
Black with #1D5FED
Text Example
Text Example
White with #1D5FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5FED; }
p { color: rgb(29,95,237); }
H1.HeaderClassName
{
color: #1D5FED;
}
.AnyTagClassName
{
color: #1D5FED;
}
</style>
background-color css
<style>
a { background-color: #1D5FED; }
a { background-color: rgb(29,95,237); }
div.DivClassName
{
background-color: #1D5FED;
}
.BgClassName
{
background-color: #1D5FED;
}
</style>
border-color css
<style>
span { border-color: #1D5FED; }
span { border-color: rgb(29,95,237); }
td.TdClassName
{
border-color: #1D5FED;
}
.TagClassName
{
border-color: #1D5FED;
}
</style>