Shades of Royal Blue #1D5DFF
Tints of Royal Blue #1D5DFF
RGB
CMYK
RGB Variations
Color information
#1D5DFF (or 0x1D5DFF) is known color: Royal Blue. HEX triplet: 1D, 5D and FF. RGB value is (29,93,255). Sum of RGB (Red+Green+Blue) = 29+93+255=377 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.69% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D5DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5DFF is #E2A200. Grayscale: #5B5B5B. Windows color (decimal): -14852609 or 16735517. OLE color: 16735517.
HSL color Cylindrical-coordinate representation of color #1D5DFF: hue angle of 223.01º 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 #1D5DFF is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 93 | 255 | - |
| CMYK | 0.89 | 0.64 | 0 | 0 |
| HSL | 223.01º | 1% | 0.56% | - |
| HSV(B) | 223.01º | 0.89% | 1% | - |
| XYZ | 22.47 | 15.31 | 96.38 | - |
| YUV | 92.33 | 219.8 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 93 | 255 | 0.89 | 0.64 | 0 | 0 | 223.01 | 1 | 0.56 |
| Hex | 1D | 5D | FF | 59 | 40 | 0 | 0 | DF | 64 | 38 |
| Octal | 35 | 135 | 377 | 131 | 100 | 0 | 0 | 337 | 144 | 70 |
| Binary | 11101 | 1011101 | 11111111 | 1011001 | 1000000 | 0 | 0 | 11011111 | 1100100 | 111000 |
Color Harmonies of #1D5DFF
Complementary color
Monochromatic Colors of #1D5DFF
Black with #1D5DFF
Text Example
Text Example
White with #1D5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5DFF; }
p { color: rgb(29,93,255); }
H1.HeaderClassName
{
color: #1D5DFF;
}
.AnyTagClassName
{
color: #1D5DFF;
}
</style>
background-color css
<style>
a { background-color: #1D5DFF; }
a { background-color: rgb(29,93,255); }
div.DivClassName
{
background-color: #1D5DFF;
}
.BgClassName
{
background-color: #1D5DFF;
}
</style>
border-color css
<style>
span { border-color: #1D5DFF; }
span { border-color: rgb(29,93,255); }
td.TdClassName
{
border-color: #1D5DFF;
}
.TagClassName
{
border-color: #1D5DFF;
}
</style>