Shades of Royal Blue #1D58EB
Tints of Royal Blue #1D58EB
RGB
CMYK
RGB Variations
Color information
#1D58EB (or 0x1D58EB) is known color: Royal Blue. HEX triplet: 1D, 58 and EB. RGB value is (29,88,235). Sum of RGB (Red+Green+Blue) = 29+88+235=352 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.24% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D58EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D58EB is #E2A714. Grayscale: #565656. Windows color (decimal): -14853909 or 15423517. OLE color: 15423517.
HSL color Cylindrical-coordinate representation of color #1D58EB: hue angle of 222.82º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D58EB is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 88 | 235 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.08 |
| HSL | 222.82º | 0.84% | 0.52% | - |
| HSV(B) | 222.82º | 0.88% | 0.92% | - |
| XYZ | 18.99 | 13.24 | 80.15 | - |
| YUV | 87.12 | 211.45 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 88 | 235 | 0.88 | 0.63 | 0 | 0.08 | 222.82 | 0.84 | 0.52 |
| Hex | 1D | 58 | EB | 58 | 3F | 0 | 8 | DF | 54 | 34 |
| Octal | 35 | 130 | 353 | 130 | 77 | 0 | 10 | 337 | 124 | 64 |
| Binary | 11101 | 1011000 | 11101011 | 1011000 | 111111 | 0 | 1000 | 11011111 | 1010100 | 110100 |
Color Harmonies of #1D58EB
Complementary color
Monochromatic Colors of #1D58EB
Black with #1D58EB
Text Example
Text Example
White with #1D58EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D58EB; }
p { color: rgb(29,88,235); }
H1.HeaderClassName
{
color: #1D58EB;
}
.AnyTagClassName
{
color: #1D58EB;
}
</style>
background-color css
<style>
a { background-color: #1D58EB; }
a { background-color: rgb(29,88,235); }
div.DivClassName
{
background-color: #1D58EB;
}
.BgClassName
{
background-color: #1D58EB;
}
</style>
border-color css
<style>
span { border-color: #1D58EB; }
span { border-color: rgb(29,88,235); }
td.TdClassName
{
border-color: #1D58EB;
}
.TagClassName
{
border-color: #1D58EB;
}
</style>