Shades of Royal Blue #587ADB
Tints of Royal Blue #587ADB
RGB
CMYK
RGB Variations
Color information
#587ADB (or 0x587ADB) is known color: Royal Blue. HEX triplet: 58, 7A and DB. RGB value is (88,122,219). Sum of RGB (Red+Green+Blue) = 88+122+219=429 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.51% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #587ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587ADB is #A78524. Grayscale: #7A7A7A. Windows color (decimal): -10978597 or 14383704. OLE color: 14383704.
HSL color Cylindrical-coordinate representation of color #587ADB: hue angle of 224.43º 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 #587ADB is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 122 | 219 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.14 |
| HSL | 224.43º | 0.65% | 0.6% | - |
| HSV(B) | 224.43º | 0.6% | 0.86% | - |
| XYZ | 23.77 | 21.11 | 69.84 | - |
| YUV | 122.89 | 182.24 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 219 | 0.60 | 0.44 | 0 | 0.14 | 224.43 | 0.65 | 0.6 |
| Hex | 58 | 7A | DB | 3C | 2C | 0 | E | E0 | 41 | 3C |
| Octal | 130 | 172 | 333 | 74 | 54 | 0 | 16 | 340 | 101 | 74 |
| Binary | 1011000 | 1111010 | 11011011 | 111100 | 101100 | 0 | 1110 | 11100000 | 1000001 | 111100 |
Color Harmonies of #587ADB
Complementary color
Monochromatic Colors of #587ADB
Black with #587ADB
Text Example
Text Example
White with #587ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587ADB; }
p { color: rgb(88,122,219); }
H1.HeaderClassName
{
color: #587ADB;
}
.AnyTagClassName
{
color: #587ADB;
}
</style>
background-color css
<style>
a { background-color: #587ADB; }
a { background-color: rgb(88,122,219); }
div.DivClassName
{
background-color: #587ADB;
}
.BgClassName
{
background-color: #587ADB;
}
</style>
border-color css
<style>
span { border-color: #587ADB; }
span { border-color: rgb(88,122,219); }
td.TdClassName
{
border-color: #587ADB;
}
.TagClassName
{
border-color: #587ADB;
}
</style>