Shades of Royal Blue #1D5EFA
Tints of Royal Blue #1D5EFA
RGB
CMYK
RGB Variations
Color information
#1D5EFA (or 0x1D5EFA) is known color: Royal Blue. HEX triplet: 1D, 5E and FA. RGB value is (29,94,250). Sum of RGB (Red+Green+Blue) = 29+94+250=373 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.77% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D5EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5EFA is #E2A105. Grayscale: #5B5B5B. Windows color (decimal): -14852358 or 16408093. OLE color: 16408093.
HSL color Cylindrical-coordinate representation of color #1D5EFA: hue angle of 222.35º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D5EFA is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 94 | 250 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.02 |
| HSL | 222.35º | 0.96% | 0.55% | - |
| HSV(B) | 222.35º | 0.88% | 0.98% | - |
| XYZ | 21.76 | 15.17 | 92.22 | - |
| YUV | 92.35 | 216.97 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 94 | 250 | 0.88 | 0.62 | 0 | 0.02 | 222.35 | 0.96 | 0.55 |
| Hex | 1D | 5E | FA | 58 | 3E | 0 | 2 | DE | 60 | 37 |
| Octal | 35 | 136 | 372 | 130 | 76 | 0 | 2 | 336 | 140 | 67 |
| Binary | 11101 | 1011110 | 11111010 | 1011000 | 111110 | 0 | 10 | 11011110 | 1100000 | 110111 |
Color Harmonies of #1D5EFA
Complementary color
Monochromatic Colors of #1D5EFA
Black with #1D5EFA
Text Example
Text Example
White with #1D5EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5EFA; }
p { color: rgb(29,94,250); }
H1.HeaderClassName
{
color: #1D5EFA;
}
.AnyTagClassName
{
color: #1D5EFA;
}
</style>
background-color css
<style>
a { background-color: #1D5EFA; }
a { background-color: rgb(29,94,250); }
div.DivClassName
{
background-color: #1D5EFA;
}
.BgClassName
{
background-color: #1D5EFA;
}
</style>
border-color css
<style>
span { border-color: #1D5EFA; }
span { border-color: rgb(29,94,250); }
td.TdClassName
{
border-color: #1D5EFA;
}
.TagClassName
{
border-color: #1D5EFA;
}
</style>