Shades of Royal Blue #586CDF
Tints of Royal Blue #586CDF
RGB
CMYK
RGB Variations
Color information
#586CDF (or 0x586CDF) is known color: Royal Blue. HEX triplet: 58, 6C and DF. RGB value is (88,108,223). Sum of RGB (Red+Green+Blue) = 88+108+223=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #586CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586CDF is #A79320. Grayscale: #727272. Windows color (decimal): -10982177 or 14642264. OLE color: 14642264.
HSL color Cylindrical-coordinate representation of color #586CDF: hue angle of 231.11º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #586CDF is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 108 | 223 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.13 |
| HSL | 231.11º | 0.68% | 0.61% | - |
| HSV(B) | 231.11º | 0.61% | 0.87% | - |
| XYZ | 22.71 | 18.13 | 72.11 | - |
| YUV | 115.13 | 188.87 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 108 | 223 | 0.61 | 0.52 | 0 | 0.13 | 231.11 | 0.68 | 0.61 |
| Hex | 58 | 6C | DF | 3D | 34 | 0 | D | E7 | 44 | 3D |
| Octal | 130 | 154 | 337 | 75 | 64 | 0 | 15 | 347 | 104 | 75 |
| Binary | 1011000 | 1101100 | 11011111 | 111101 | 110100 | 0 | 1101 | 11100111 | 1000100 | 111101 |
Color Harmonies of #586CDF
Complementary color
Monochromatic Colors of #586CDF
Black with #586CDF
Text Example
Text Example
White with #586CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586CDF; }
p { color: rgb(88,108,223); }
H1.HeaderClassName
{
color: #586CDF;
}
.AnyTagClassName
{
color: #586CDF;
}
</style>
background-color css
<style>
a { background-color: #586CDF; }
a { background-color: rgb(88,108,223); }
div.DivClassName
{
background-color: #586CDF;
}
.BgClassName
{
background-color: #586CDF;
}
</style>
border-color css
<style>
span { border-color: #586CDF; }
span { border-color: rgb(88,108,223); }
td.TdClassName
{
border-color: #586CDF;
}
.TagClassName
{
border-color: #586CDF;
}
</style>