Shades of Royal Blue #586CEA
Tints of Royal Blue #586CEA
RGB
CMYK
RGB Variations
Color information
#586CEA (or 0x586CEA) is known color: Royal Blue. HEX triplet: 58, 6C and EA. RGB value is (88,108,234). Sum of RGB (Red+Green+Blue) = 88+108+234=430 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.47% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #586CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586CEA is #A79315. Grayscale: #737373. Windows color (decimal): -10982166 or 15363160. OLE color: 15363160.
HSL color Cylindrical-coordinate representation of color #586CEA: hue angle of 231.78º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #586CEA is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 108 | 234 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.08 |
| HSL | 231.78º | 0.78% | 0.63% | - |
| HSV(B) | 231.78º | 0.62% | 0.92% | - |
| XYZ | 24.24 | 18.74 | 80.18 | - |
| YUV | 116.38 | 194.37 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 108 | 234 | 0.62 | 0.54 | 0 | 0.08 | 231.78 | 0.78 | 0.63 |
| Hex | 58 | 6C | EA | 3E | 36 | 0 | 8 | E8 | 4E | 3F |
| Octal | 130 | 154 | 352 | 76 | 66 | 0 | 10 | 350 | 116 | 77 |
| Binary | 1011000 | 1101100 | 11101010 | 111110 | 110110 | 0 | 1000 | 11101000 | 1001110 | 111111 |
Color Harmonies of #586CEA
Complementary color
Monochromatic Colors of #586CEA
Black with #586CEA
Text Example
Text Example
White with #586CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586CEA; }
p { color: rgb(88,108,234); }
H1.HeaderClassName
{
color: #586CEA;
}
.AnyTagClassName
{
color: #586CEA;
}
</style>
background-color css
<style>
a { background-color: #586CEA; }
a { background-color: rgb(88,108,234); }
div.DivClassName
{
background-color: #586CEA;
}
.BgClassName
{
background-color: #586CEA;
}
</style>
border-color css
<style>
span { border-color: #586CEA; }
span { border-color: rgb(88,108,234); }
td.TdClassName
{
border-color: #586CEA;
}
.TagClassName
{
border-color: #586CEA;
}
</style>