Shades of Royal Blue #5870DB
Tints of Royal Blue #5870DB
RGB
CMYK
RGB Variations
Color information
#5870DB (or 0x5870DB) is known color: Royal Blue. HEX triplet: 58, 70 and DB. RGB value is (88,112,219). Sum of RGB (Red+Green+Blue) = 88+112+219=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #5870DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5870DB is #A78F24. Grayscale: #747474. Windows color (decimal): -10981157 or 14381144. OLE color: 14381144.
HSL color Cylindrical-coordinate representation of color #5870DB: hue angle of 229.01º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5870DB is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 112 | 219 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.14 |
| HSL | 229.01º | 0.65% | 0.6% | - |
| HSV(B) | 229.01º | 0.6% | 0.86% | - |
| XYZ | 22.6 | 18.78 | 69.45 | - |
| YUV | 117.02 | 185.55 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 219 | 0.60 | 0.49 | 0 | 0.14 | 229.01 | 0.65 | 0.6 |
| Hex | 58 | 70 | DB | 3C | 31 | 0 | E | E5 | 41 | 3C |
| Octal | 130 | 160 | 333 | 74 | 61 | 0 | 16 | 345 | 101 | 74 |
| Binary | 1011000 | 1110000 | 11011011 | 111100 | 110001 | 0 | 1110 | 11100101 | 1000001 | 111100 |
Color Harmonies of #5870DB
Complementary color
Monochromatic Colors of #5870DB
Black with #5870DB
Text Example
Text Example
White with #5870DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5870DB; }
p { color: rgb(88,112,219); }
H1.HeaderClassName
{
color: #5870DB;
}
.AnyTagClassName
{
color: #5870DB;
}
</style>
background-color css
<style>
a { background-color: #5870DB; }
a { background-color: rgb(88,112,219); }
div.DivClassName
{
background-color: #5870DB;
}
.BgClassName
{
background-color: #5870DB;
}
</style>
border-color css
<style>
span { border-color: #5870DB; }
span { border-color: rgb(88,112,219); }
td.TdClassName
{
border-color: #5870DB;
}
.TagClassName
{
border-color: #5870DB;
}
</style>