Shades of Royal Blue #1D58FF
Tints of Royal Blue #1D58FF
RGB
CMYK
RGB Variations
Color information
#1D58FF (or 0x1D58FF) is known color: Royal Blue. HEX triplet: 1D, 58 and FF. RGB value is (29,88,255). Sum of RGB (Red+Green+Blue) = 29+88+255=372 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.80% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D58FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D58FF is #E2A700. Grayscale: #585858. Windows color (decimal): -14853889 or 16734237. OLE color: 16734237.
HSL color Cylindrical-coordinate representation of color #1D58FF: hue angle of 224.34º 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 #1D58FF is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 88 | 255 | - |
| CMYK | 0.89 | 0.65 | 0 | 0 |
| HSL | 224.34º | 1% | 0.56% | - |
| HSV(B) | 224.34º | 0.89% | 1% | - |
| XYZ | 22.05 | 14.46 | 96.24 | - |
| YUV | 89.4 | 221.45 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 88 | 255 | 0.89 | 0.65 | 0 | 0 | 224.34 | 1 | 0.56 |
| Hex | 1D | 58 | FF | 59 | 41 | 0 | 0 | E0 | 64 | 38 |
| Octal | 35 | 130 | 377 | 131 | 101 | 0 | 0 | 340 | 144 | 70 |
| Binary | 11101 | 1011000 | 11111111 | 1011001 | 1000001 | 0 | 0 | 11100000 | 1100100 | 111000 |
Color Harmonies of #1D58FF
Complementary color
Monochromatic Colors of #1D58FF
Black with #1D58FF
Text Example
Text Example
White with #1D58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D58FF; }
p { color: rgb(29,88,255); }
H1.HeaderClassName
{
color: #1D58FF;
}
.AnyTagClassName
{
color: #1D58FF;
}
</style>
background-color css
<style>
a { background-color: #1D58FF; }
a { background-color: rgb(29,88,255); }
div.DivClassName
{
background-color: #1D58FF;
}
.BgClassName
{
background-color: #1D58FF;
}
</style>
border-color css
<style>
span { border-color: #1D58FF; }
span { border-color: rgb(29,88,255); }
td.TdClassName
{
border-color: #1D58FF;
}
.TagClassName
{
border-color: #1D58FF;
}
</style>