Shades of Royal Blue #5864EA
Tints of Royal Blue #5864EA
RGB
CMYK
RGB Variations
Color information
#5864EA (or 0x5864EA) is known color: Royal Blue. HEX triplet: 58, 64 and EA. RGB value is (88,100,234). Sum of RGB (Red+Green+Blue) = 88+100+234=422 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.85% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #5864EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5864EA is #A79B15. Grayscale: #6F6F6F. Windows color (decimal): -10984214 or 15361112. OLE color: 15361112.
HSL color Cylindrical-coordinate representation of color #5864EA: hue angle of 235.07º 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 #5864EA is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 100 | 234 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.08 |
| HSL | 235.07º | 0.78% | 0.63% | - |
| HSV(B) | 235.07º | 0.62% | 0.92% | - |
| XYZ | 23.43 | 17.13 | 79.91 | - |
| YUV | 111.69 | 197.02 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 100 | 234 | 0.62 | 0.57 | 0 | 0.08 | 235.07 | 0.78 | 0.63 |
| Hex | 58 | 64 | EA | 3E | 39 | 0 | 8 | EB | 4E | 3F |
| Octal | 130 | 144 | 352 | 76 | 71 | 0 | 10 | 353 | 116 | 77 |
| Binary | 1011000 | 1100100 | 11101010 | 111110 | 111001 | 0 | 1000 | 11101011 | 1001110 | 111111 |
Color Harmonies of #5864EA
Complementary color
Monochromatic Colors of #5864EA
Black with #5864EA
Text Example
Text Example
White with #5864EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5864EA; }
p { color: rgb(88,100,234); }
H1.HeaderClassName
{
color: #5864EA;
}
.AnyTagClassName
{
color: #5864EA;
}
</style>
background-color css
<style>
a { background-color: #5864EA; }
a { background-color: rgb(88,100,234); }
div.DivClassName
{
background-color: #5864EA;
}
.BgClassName
{
background-color: #5864EA;
}
</style>
border-color css
<style>
span { border-color: #5864EA; }
span { border-color: rgb(88,100,234); }
td.TdClassName
{
border-color: #5864EA;
}
.TagClassName
{
border-color: #5864EA;
}
</style>