Shades of Royal Blue #586DF0
Tints of Royal Blue #586DF0
RGB
CMYK
RGB Variations
Color information
#586DF0 (or 0x586DF0) is known color: Royal Blue. HEX triplet: 58, 6D and F0. RGB value is (88,109,240). Sum of RGB (Red+Green+Blue) = 88+109+240=437 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.14% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 240 (94.14% from 255 or 54.92% from 437); Max value from RGB is 240 - color contains mainly: blue. Hex color #586DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586DF0 is #A7920F. Grayscale: #757575. Windows color (decimal): -10981904 or 15756632. OLE color: 15756632.
HSL color Cylindrical-coordinate representation of color #586DF0: hue angle of 231.71º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #586DF0 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 109 | 240 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.06 |
| HSL | 231.71º | 0.84% | 0.64% | - |
| HSV(B) | 231.71º | 0.63% | 0.94% | - |
| XYZ | 25.22 | 19.3 | 84.83 | - |
| YUV | 117.66 | 197.04 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 109 | 240 | 0.63 | 0.55 | 0 | 0.06 | 231.71 | 0.84 | 0.64 |
| Hex | 58 | 6D | F0 | 3F | 37 | 0 | 6 | E8 | 54 | 40 |
| Octal | 130 | 155 | 360 | 77 | 67 | 0 | 6 | 350 | 124 | 100 |
| Binary | 1011000 | 1101101 | 11110000 | 111111 | 110111 | 0 | 110 | 11101000 | 1010100 | 1000000 |
Color Harmonies of #586DF0
Complementary color
Monochromatic Colors of #586DF0
Black with #586DF0
Text Example
Text Example
White with #586DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586DF0; }
p { color: rgb(88,109,240); }
H1.HeaderClassName
{
color: #586DF0;
}
.AnyTagClassName
{
color: #586DF0;
}
</style>
background-color css
<style>
a { background-color: #586DF0; }
a { background-color: rgb(88,109,240); }
div.DivClassName
{
background-color: #586DF0;
}
.BgClassName
{
background-color: #586DF0;
}
</style>
border-color css
<style>
span { border-color: #586DF0; }
span { border-color: rgb(88,109,240); }
td.TdClassName
{
border-color: #586DF0;
}
.TagClassName
{
border-color: #586DF0;
}
</style>