Shades of Royal Blue #5464E5
Tints of Royal Blue #5464E5
RGB
CMYK
RGB Variations
Color information
#5464E5 (or 0x5464E5) is known color: Royal Blue. HEX triplet: 54, 64 and E5. RGB value is (84,100,229). Sum of RGB (Red+Green+Blue) = 84+100+229=413 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.34% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 229 (89.84% from 255 or 55.45% from 413); Max value from RGB is 229 - color contains mainly: blue. Hex color #5464E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5464E5 is #AB9B1A. Grayscale: #6D6D6D. Windows color (decimal): -11246363 or 15033428. OLE color: 15033428.
HSL color Cylindrical-coordinate representation of color #5464E5: hue angle of 233.38º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5464E5 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 100 | 229 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.10 |
| HSL | 233.38º | 0.74% | 0.61% | - |
| HSV(B) | 233.38º | 0.63% | 0.9% | - |
| XYZ | 22.36 | 16.66 | 76.17 | - |
| YUV | 109.92 | 195.2 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 100 | 229 | 0.63 | 0.56 | 0 | 0.10 | 233.38 | 0.74 | 0.61 |
| Hex | 54 | 64 | E5 | 3F | 38 | 0 | A | E9 | 4A | 3D |
| Octal | 124 | 144 | 345 | 77 | 70 | 0 | 12 | 351 | 112 | 75 |
| Binary | 1010100 | 1100100 | 11100101 | 111111 | 111000 | 0 | 1010 | 11101001 | 1001010 | 111101 |
Color Harmonies of #5464E5
Complementary color
Monochromatic Colors of #5464E5
Black with #5464E5
Text Example
Text Example
White with #5464E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5464E5; }
p { color: rgb(84,100,229); }
H1.HeaderClassName
{
color: #5464E5;
}
.AnyTagClassName
{
color: #5464E5;
}
</style>
background-color css
<style>
a { background-color: #5464E5; }
a { background-color: rgb(84,100,229); }
div.DivClassName
{
background-color: #5464E5;
}
.BgClassName
{
background-color: #5464E5;
}
</style>
border-color css
<style>
span { border-color: #5464E5; }
span { border-color: rgb(84,100,229); }
td.TdClassName
{
border-color: #5464E5;
}
.TagClassName
{
border-color: #5464E5;
}
</style>