Shades of Royal Blue #586DF1
Tints of Royal Blue #586DF1
RGB
CMYK
RGB Variations
Color information
#586DF1 (or 0x586DF1) is known color: Royal Blue. HEX triplet: 58, 6D and F1. RGB value is (88,109,241). Sum of RGB (Red+Green+Blue) = 88+109+241=438 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.09% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #586DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586DF1 is #A7920E. Grayscale: #757575. Windows color (decimal): -10981903 or 15822168. OLE color: 15822168.
HSL color Cylindrical-coordinate representation of color #586DF1: hue angle of 231.76º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #586DF1 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 109 | 241 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.05 |
| HSL | 231.76º | 0.85% | 0.65% | - |
| HSV(B) | 231.76º | 0.63% | 0.95% | - |
| XYZ | 25.37 | 19.36 | 85.62 | - |
| YUV | 117.77 | 197.54 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 109 | 241 | 0.63 | 0.55 | 0 | 0.05 | 231.76 | 0.85 | 0.65 |
| Hex | 58 | 6D | F1 | 3F | 37 | 0 | 5 | E8 | 55 | 41 |
| Octal | 130 | 155 | 361 | 77 | 67 | 0 | 5 | 350 | 125 | 101 |
| Binary | 1011000 | 1101101 | 11110001 | 111111 | 110111 | 0 | 101 | 11101000 | 1010101 | 1000001 |
Color Harmonies of #586DF1
Complementary color
Monochromatic Colors of #586DF1
Black with #586DF1
Text Example
Text Example
White with #586DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586DF1; }
p { color: rgb(88,109,241); }
H1.HeaderClassName
{
color: #586DF1;
}
.AnyTagClassName
{
color: #586DF1;
}
</style>
background-color css
<style>
a { background-color: #586DF1; }
a { background-color: rgb(88,109,241); }
div.DivClassName
{
background-color: #586DF1;
}
.BgClassName
{
background-color: #586DF1;
}
</style>
border-color css
<style>
span { border-color: #586DF1; }
span { border-color: rgb(88,109,241); }
td.TdClassName
{
border-color: #586DF1;
}
.TagClassName
{
border-color: #586DF1;
}
</style>