Shades of Royal Blue #586CED
Tints of Royal Blue #586CED
RGB
CMYK
RGB Variations
Color information
#586CED (or 0x586CED) is known color: Royal Blue. HEX triplet: 58, 6C and ED. RGB value is (88,108,237). Sum of RGB (Red+Green+Blue) = 88+108+237=433 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.32% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #586CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586CED is #A79312. Grayscale: #747474. Windows color (decimal): -10982163 or 15559768. OLE color: 15559768.
HSL color Cylindrical-coordinate representation of color #586CED: hue angle of 231.95º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #586CED is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 108 | 237 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.07 |
| HSL | 231.95º | 0.81% | 0.64% | - |
| HSV(B) | 231.95º | 0.63% | 0.93% | - |
| XYZ | 24.67 | 18.91 | 82.47 | - |
| YUV | 116.73 | 195.87 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 108 | 237 | 0.63 | 0.54 | 0 | 0.07 | 231.95 | 0.81 | 0.64 |
| Hex | 58 | 6C | ED | 3F | 36 | 0 | 7 | E8 | 51 | 40 |
| Octal | 130 | 154 | 355 | 77 | 66 | 0 | 7 | 350 | 121 | 100 |
| Binary | 1011000 | 1101100 | 11101101 | 111111 | 110110 | 0 | 111 | 11101000 | 1010001 | 1000000 |
Color Harmonies of #586CED
Complementary color
Monochromatic Colors of #586CED
Black with #586CED
Text Example
Text Example
White with #586CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586CED; }
p { color: rgb(88,108,237); }
H1.HeaderClassName
{
color: #586CED;
}
.AnyTagClassName
{
color: #586CED;
}
</style>
background-color css
<style>
a { background-color: #586CED; }
a { background-color: rgb(88,108,237); }
div.DivClassName
{
background-color: #586CED;
}
.BgClassName
{
background-color: #586CED;
}
</style>
border-color css
<style>
span { border-color: #586CED; }
span { border-color: rgb(88,108,237); }
td.TdClassName
{
border-color: #586CED;
}
.TagClassName
{
border-color: #586CED;
}
</style>