Shades of Royal Blue #586FDC
Tints of Royal Blue #586FDC
RGB
CMYK
RGB Variations
Color information
#586FDC (or 0x586FDC) is known color: Royal Blue. HEX triplet: 58, 6F and DC. RGB value is (88,111,220). Sum of RGB (Red+Green+Blue) = 88+111+220=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #586FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586FDC is #A79023. Grayscale: #747474. Windows color (decimal): -10981412 or 14446424. OLE color: 14446424.
HSL color Cylindrical-coordinate representation of color #586FDC: hue angle of 229.55º 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 #586FDC is Cyan = 0.6, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 111 | 220 | - |
| CMYK | 0.6 | 0.50 | 0 | 0.14 |
| HSL | 229.55º | 0.65% | 0.6% | - |
| HSV(B) | 229.55º | 0.6% | 0.86% | - |
| XYZ | 22.63 | 18.61 | 70.11 | - |
| YUV | 116.55 | 186.38 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 220 | 0.6 | 0.50 | 0 | 0.14 | 229.55 | 0.65 | 0.6 |
| Hex | 58 | 6F | DC | 3C | 32 | 0 | E | E6 | 41 | 3C |
| Octal | 130 | 157 | 334 | 74 | 62 | 0 | 16 | 346 | 101 | 74 |
| Binary | 1011000 | 1101111 | 11011100 | 111100 | 110010 | 0 | 1110 | 11100110 | 1000001 | 111100 |
Color Harmonies of #586FDC
Complementary color
Monochromatic Colors of #586FDC
Black with #586FDC
Text Example
Text Example
White with #586FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586FDC; }
p { color: rgb(88,111,220); }
H1.HeaderClassName
{
color: #586FDC;
}
.AnyTagClassName
{
color: #586FDC;
}
</style>
background-color css
<style>
a { background-color: #586FDC; }
a { background-color: rgb(88,111,220); }
div.DivClassName
{
background-color: #586FDC;
}
.BgClassName
{
background-color: #586FDC;
}
</style>
border-color css
<style>
span { border-color: #586FDC; }
span { border-color: rgb(88,111,220); }
td.TdClassName
{
border-color: #586FDC;
}
.TagClassName
{
border-color: #586FDC;
}
</style>