Shades of Royal Blue #586CF6
Tints of Royal Blue #586CF6
RGB
CMYK
RGB Variations
Color information
#586CF6 (or 0x586CF6) is known color: Royal Blue. HEX triplet: 58, 6C and F6. RGB value is (88,108,246). Sum of RGB (Red+Green+Blue) = 88+108+246=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #586CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586CF6 is #A79309. Grayscale: #757575. Windows color (decimal): -10982154 or 16149592. OLE color: 16149592.
HSL color Cylindrical-coordinate representation of color #586CF6: hue angle of 232.41º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #586CF6 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 108 | 246 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.04 |
| HSL | 232.41º | 0.9% | 0.65% | - |
| HSV(B) | 232.41º | 0.64% | 0.96% | - |
| XYZ | 26.02 | 19.45 | 89.57 | - |
| YUV | 117.75 | 200.37 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 108 | 246 | 0.64 | 0.56 | 0 | 0.04 | 232.41 | 0.9 | 0.65 |
| Hex | 58 | 6C | F6 | 40 | 38 | 0 | 4 | E8 | 5A | 41 |
| Octal | 130 | 154 | 366 | 100 | 70 | 0 | 4 | 350 | 132 | 101 |
| Binary | 1011000 | 1101100 | 11110110 | 1000000 | 111000 | 0 | 100 | 11101000 | 1011010 | 1000001 |
Color Harmonies of #586CF6
Complementary color
Monochromatic Colors of #586CF6
Black with #586CF6
Text Example
Text Example
White with #586CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586CF6; }
p { color: rgb(88,108,246); }
H1.HeaderClassName
{
color: #586CF6;
}
.AnyTagClassName
{
color: #586CF6;
}
</style>
background-color css
<style>
a { background-color: #586CF6; }
a { background-color: rgb(88,108,246); }
div.DivClassName
{
background-color: #586CF6;
}
.BgClassName
{
background-color: #586CF6;
}
</style>
border-color css
<style>
span { border-color: #586CF6; }
span { border-color: rgb(88,108,246); }
td.TdClassName
{
border-color: #586CF6;
}
.TagClassName
{
border-color: #586CF6;
}
</style>