Shades of Royal Blue #5464EA
Tints of Royal Blue #5464EA
RGB
CMYK
RGB Variations
Color information
#5464EA (or 0x5464EA) is known color: Royal Blue. HEX triplet: 54, 64 and EA. RGB value is (84,100,234). Sum of RGB (Red+Green+Blue) = 84+100+234=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #5464EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5464EA is #AB9B15. Grayscale: #6D6D6D. Windows color (decimal): -11246358 or 15361108. OLE color: 15361108.
HSL color Cylindrical-coordinate representation of color #5464EA: hue angle of 233.6º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5464EA is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 100 | 234 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.08 |
| HSL | 233.6º | 0.78% | 0.62% | - |
| HSV(B) | 233.6º | 0.64% | 0.92% | - |
| XYZ | 23.06 | 16.94 | 79.9 | - |
| YUV | 110.49 | 197.7 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 100 | 234 | 0.64 | 0.57 | 0 | 0.08 | 233.6 | 0.78 | 0.62 |
| Hex | 54 | 64 | EA | 40 | 39 | 0 | 8 | EA | 4E | 3E |
| Octal | 124 | 144 | 352 | 100 | 71 | 0 | 10 | 352 | 116 | 76 |
| Binary | 1010100 | 1100100 | 11101010 | 1000000 | 111001 | 0 | 1000 | 11101010 | 1001110 | 111110 |
Color Harmonies of #5464EA
Complementary color
Monochromatic Colors of #5464EA
Black with #5464EA
Text Example
Text Example
White with #5464EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5464EA; }
p { color: rgb(84,100,234); }
H1.HeaderClassName
{
color: #5464EA;
}
.AnyTagClassName
{
color: #5464EA;
}
</style>
background-color css
<style>
a { background-color: #5464EA; }
a { background-color: rgb(84,100,234); }
div.DivClassName
{
background-color: #5464EA;
}
.BgClassName
{
background-color: #5464EA;
}
</style>
border-color css
<style>
span { border-color: #5464EA; }
span { border-color: rgb(84,100,234); }
td.TdClassName
{
border-color: #5464EA;
}
.TagClassName
{
border-color: #5464EA;
}
</style>