Shades of Royal Blue #586BD1
Tints of Royal Blue #586BD1
RGB
CMYK
RGB Variations
Color information
#586BD1 (or 0x586BD1) is known color: Royal Blue. HEX triplet: 58, 6B and D1. RGB value is (88,107,209). Sum of RGB (Red+Green+Blue) = 88+107+209=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 209 (82.03% from 255 or 51.73% from 404); Max value from RGB is 209 - color contains mainly: blue. Hex color #586BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586BD1 is #A7942E. Grayscale: #707070. Windows color (decimal): -10982447 or 13724504. OLE color: 13724504.
HSL color Cylindrical-coordinate representation of color #586BD1: hue angle of 230.58º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #586BD1 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 107 | 209 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.18 |
| HSL | 230.58º | 0.57% | 0.58% | - |
| HSV(B) | 230.58º | 0.58% | 0.82% | - |
| XYZ | 20.79 | 17.19 | 62.54 | - |
| YUV | 112.95 | 182.21 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 107 | 209 | 0.58 | 0.49 | 0 | 0.18 | 230.58 | 0.57 | 0.58 |
| Hex | 58 | 6B | D1 | 3A | 31 | 0 | 12 | E7 | 39 | 3A |
| Octal | 130 | 153 | 321 | 72 | 61 | 0 | 22 | 347 | 71 | 72 |
| Binary | 1011000 | 1101011 | 11010001 | 111010 | 110001 | 0 | 10010 | 11100111 | 111001 | 111010 |
Color Harmonies of #586BD1
Complementary color
Monochromatic Colors of #586BD1
Black with #586BD1
Text Example
Text Example
White with #586BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586BD1; }
p { color: rgb(88,107,209); }
H1.HeaderClassName
{
color: #586BD1;
}
.AnyTagClassName
{
color: #586BD1;
}
</style>
background-color css
<style>
a { background-color: #586BD1; }
a { background-color: rgb(88,107,209); }
div.DivClassName
{
background-color: #586BD1;
}
.BgClassName
{
background-color: #586BD1;
}
</style>
border-color css
<style>
span { border-color: #586BD1; }
span { border-color: rgb(88,107,209); }
td.TdClassName
{
border-color: #586BD1;
}
.TagClassName
{
border-color: #586BD1;
}
</style>