Shades of Royal Blue #5862EA
Tints of Royal Blue #5862EA
RGB
CMYK
RGB Variations
Color information
#5862EA (or 0x5862EA) is known color: Royal Blue. HEX triplet: 58, 62 and EA. RGB value is (88,98,234). Sum of RGB (Red+Green+Blue) = 88+98+234=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #5862EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5862EA is #A79D15. Grayscale: #6D6D6D. Windows color (decimal): -10984726 or 15360600. OLE color: 15360600.
HSL color Cylindrical-coordinate representation of color #5862EA: hue angle of 235.89º 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 #5862EA is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 98 | 234 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.08 |
| HSL | 235.89º | 0.78% | 0.63% | - |
| HSV(B) | 235.89º | 0.62% | 0.92% | - |
| XYZ | 23.24 | 16.75 | 79.85 | - |
| YUV | 110.51 | 197.69 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 234 | 0.62 | 0.58 | 0 | 0.08 | 235.89 | 0.78 | 0.63 |
| Hex | 58 | 62 | EA | 3E | 3A | 0 | 8 | EC | 4E | 3F |
| Octal | 130 | 142 | 352 | 76 | 72 | 0 | 10 | 354 | 116 | 77 |
| Binary | 1011000 | 1100010 | 11101010 | 111110 | 111010 | 0 | 1000 | 11101100 | 1001110 | 111111 |
Color Harmonies of #5862EA
Complementary color
Monochromatic Colors of #5862EA
Black with #5862EA
Text Example
Text Example
White with #5862EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5862EA; }
p { color: rgb(88,98,234); }
H1.HeaderClassName
{
color: #5862EA;
}
.AnyTagClassName
{
color: #5862EA;
}
</style>
background-color css
<style>
a { background-color: #5862EA; }
a { background-color: rgb(88,98,234); }
div.DivClassName
{
background-color: #5862EA;
}
.BgClassName
{
background-color: #5862EA;
}
</style>
border-color css
<style>
span { border-color: #5862EA; }
span { border-color: rgb(88,98,234); }
td.TdClassName
{
border-color: #5862EA;
}
.TagClassName
{
border-color: #5862EA;
}
</style>