Shades of Royal Blue #586DDB
Tints of Royal Blue #586DDB
RGB
CMYK
RGB Variations
Color information
#586DDB (or 0x586DDB) is known color: Royal Blue. HEX triplet: 58, 6D and DB. RGB value is (88,109,219). Sum of RGB (Red+Green+Blue) = 88+109+219=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #586DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586DDB is #A79224. Grayscale: #727272. Windows color (decimal): -10981925 or 14380376. OLE color: 14380376.
HSL color Cylindrical-coordinate representation of color #586DDB: hue angle of 230.38º 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 #586DDB is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 109 | 219 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.14 |
| HSL | 230.38º | 0.65% | 0.6% | - |
| HSV(B) | 230.38º | 0.6% | 0.86% | - |
| XYZ | 22.28 | 18.13 | 69.34 | - |
| YUV | 115.26 | 186.54 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 109 | 219 | 0.60 | 0.50 | 0 | 0.14 | 230.38 | 0.65 | 0.6 |
| Hex | 58 | 6D | DB | 3C | 32 | 0 | E | E6 | 41 | 3C |
| Octal | 130 | 155 | 333 | 74 | 62 | 0 | 16 | 346 | 101 | 74 |
| Binary | 1011000 | 1101101 | 11011011 | 111100 | 110010 | 0 | 1110 | 11100110 | 1000001 | 111100 |
Color Harmonies of #586DDB
Complementary color
Monochromatic Colors of #586DDB
Black with #586DDB
Text Example
Text Example
White with #586DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586DDB; }
p { color: rgb(88,109,219); }
H1.HeaderClassName
{
color: #586DDB;
}
.AnyTagClassName
{
color: #586DDB;
}
</style>
background-color css
<style>
a { background-color: #586DDB; }
a { background-color: rgb(88,109,219); }
div.DivClassName
{
background-color: #586DDB;
}
.BgClassName
{
background-color: #586DDB;
}
</style>
border-color css
<style>
span { border-color: #586DDB; }
span { border-color: rgb(88,109,219); }
td.TdClassName
{
border-color: #586DDB;
}
.TagClassName
{
border-color: #586DDB;
}
</style>