Shades of Royal Blue #1D5EFF
Tints of Royal Blue #1D5EFF
RGB
CMYK
RGB Variations
Color information
#1D5EFF (or 0x1D5EFF) is known color: Royal Blue. HEX triplet: 1D, 5E and FF. RGB value is (29,94,255). Sum of RGB (Red+Green+Blue) = 29+94+255=378 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.67% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D5EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5EFF is #E2A100. Grayscale: #5C5C5C. Windows color (decimal): -14852353 or 16735773. OLE color: 16735773.
HSL color Cylindrical-coordinate representation of color #1D5EFF: hue angle of 222.74º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D5EFF is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 94 | 255 | - |
| CMYK | 0.89 | 0.63 | 0 | 0 |
| HSL | 222.74º | 1% | 0.56% | - |
| HSV(B) | 222.74º | 0.89% | 1% | - |
| XYZ | 22.56 | 15.49 | 96.41 | - |
| YUV | 92.92 | 219.47 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 94 | 255 | 0.89 | 0.63 | 0 | 0 | 222.74 | 1 | 0.56 |
| Hex | 1D | 5E | FF | 59 | 3F | 0 | 0 | DF | 64 | 38 |
| Octal | 35 | 136 | 377 | 131 | 77 | 0 | 0 | 337 | 144 | 70 |
| Binary | 11101 | 1011110 | 11111111 | 1011001 | 111111 | 0 | 0 | 11011111 | 1100100 | 111000 |
Color Harmonies of #1D5EFF
Complementary color
Monochromatic Colors of #1D5EFF
Black with #1D5EFF
Text Example
Text Example
White with #1D5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5EFF; }
p { color: rgb(29,94,255); }
H1.HeaderClassName
{
color: #1D5EFF;
}
.AnyTagClassName
{
color: #1D5EFF;
}
</style>
background-color css
<style>
a { background-color: #1D5EFF; }
a { background-color: rgb(29,94,255); }
div.DivClassName
{
background-color: #1D5EFF;
}
.BgClassName
{
background-color: #1D5EFF;
}
</style>
border-color css
<style>
span { border-color: #1D5EFF; }
span { border-color: rgb(29,94,255); }
td.TdClassName
{
border-color: #1D5EFF;
}
.TagClassName
{
border-color: #1D5EFF;
}
</style>