Shades of Royal Blue #586BF2
Tints of Royal Blue #586BF2
RGB
CMYK
RGB Variations
Color information
#586BF2 (or 0x586BF2) is known color: Royal Blue. HEX triplet: 58, 6B and F2. RGB value is (88,107,242). Sum of RGB (Red+Green+Blue) = 88+107+242=437 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.14% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 242 (94.92% from 255 or 55.38% from 437); Max value from RGB is 242 - color contains mainly: blue. Hex color #586BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586BF2 is #A7940D. Grayscale: #747474. Windows color (decimal): -10982414 or 15887192. OLE color: 15887192.
HSL color Cylindrical-coordinate representation of color #586BF2: hue angle of 232.6º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #586BF2 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 107 | 242 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.05 |
| HSL | 232.6º | 0.86% | 0.65% | - |
| HSV(B) | 232.6º | 0.64% | 0.95% | - |
| XYZ | 25.31 | 19 | 86.34 | - |
| YUV | 116.71 | 198.71 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 107 | 242 | 0.64 | 0.56 | 0 | 0.05 | 232.6 | 0.86 | 0.65 |
| Hex | 58 | 6B | F2 | 40 | 38 | 0 | 5 | E9 | 56 | 41 |
| Octal | 130 | 153 | 362 | 100 | 70 | 0 | 5 | 351 | 126 | 101 |
| Binary | 1011000 | 1101011 | 11110010 | 1000000 | 111000 | 0 | 101 | 11101001 | 1010110 | 1000001 |
Color Harmonies of #586BF2
Complementary color
Monochromatic Colors of #586BF2
Black with #586BF2
Text Example
Text Example
White with #586BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586BF2; }
p { color: rgb(88,107,242); }
H1.HeaderClassName
{
color: #586BF2;
}
.AnyTagClassName
{
color: #586BF2;
}
</style>
background-color css
<style>
a { background-color: #586BF2; }
a { background-color: rgb(88,107,242); }
div.DivClassName
{
background-color: #586BF2;
}
.BgClassName
{
background-color: #586BF2;
}
</style>
border-color css
<style>
span { border-color: #586BF2; }
span { border-color: rgb(88,107,242); }
td.TdClassName
{
border-color: #586BF2;
}
.TagClassName
{
border-color: #586BF2;
}
</style>