Shades of Royal Blue #1D59FF
Tints of Royal Blue #1D59FF
RGB
CMYK
RGB Variations
Color information
#1D59FF (or 0x1D59FF) is known color: Royal Blue. HEX triplet: 1D, 59 and FF. RGB value is (29,89,255). Sum of RGB (Red+Green+Blue) = 29+89+255=373 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.77% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D59FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D59FF is #E2A600. Grayscale: #595959. Windows color (decimal): -14853633 or 16734493. OLE color: 16734493.
HSL color Cylindrical-coordinate representation of color #1D59FF: hue angle of 224.07º 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 #1D59FF is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 89 | 255 | - |
| CMYK | 0.89 | 0.65 | 0 | 0 |
| HSL | 224.07º | 1% | 0.56% | - |
| HSV(B) | 224.07º | 0.89% | 1% | - |
| XYZ | 22.13 | 14.63 | 96.26 | - |
| YUV | 89.98 | 221.12 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 89 | 255 | 0.89 | 0.65 | 0 | 0 | 224.07 | 1 | 0.56 |
| Hex | 1D | 59 | FF | 59 | 41 | 0 | 0 | E0 | 64 | 38 |
| Octal | 35 | 131 | 377 | 131 | 101 | 0 | 0 | 340 | 144 | 70 |
| Binary | 11101 | 1011001 | 11111111 | 1011001 | 1000001 | 0 | 0 | 11100000 | 1100100 | 111000 |
Color Harmonies of #1D59FF
Complementary color
Monochromatic Colors of #1D59FF
Black with #1D59FF
Text Example
Text Example
White with #1D59FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D59FF; }
p { color: rgb(29,89,255); }
H1.HeaderClassName
{
color: #1D59FF;
}
.AnyTagClassName
{
color: #1D59FF;
}
</style>
background-color css
<style>
a { background-color: #1D59FF; }
a { background-color: rgb(29,89,255); }
div.DivClassName
{
background-color: #1D59FF;
}
.BgClassName
{
background-color: #1D59FF;
}
</style>
border-color css
<style>
span { border-color: #1D59FF; }
span { border-color: rgb(29,89,255); }
td.TdClassName
{
border-color: #1D59FF;
}
.TagClassName
{
border-color: #1D59FF;
}
</style>