Shades of Royal Blue #5460E2
Tints of Royal Blue #5460E2
RGB
CMYK
RGB Variations
Color information
#5460E2 (or 0x5460E2) is known color: Royal Blue. HEX triplet: 54, 60 and E2. RGB value is (84,96,226). Sum of RGB (Red+Green+Blue) = 84+96+226=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 226 (88.67% from 255 or 55.67% from 406); Max value from RGB is 226 - color contains mainly: blue. Hex color #5460E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5460E2 is #AB9F1D. Grayscale: #6A6A6A. Windows color (decimal): -11247390 or 14835796. OLE color: 14835796.
HSL color Cylindrical-coordinate representation of color #5460E2: hue angle of 234.93º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5460E2 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 96 | 226 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.11 |
| HSL | 234.93º | 0.71% | 0.61% | - |
| HSV(B) | 234.93º | 0.63% | 0.89% | - |
| XYZ | 21.57 | 15.74 | 73.85 | - |
| YUV | 107.23 | 195.02 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 226 | 0.63 | 0.58 | 0 | 0.11 | 234.93 | 0.71 | 0.61 |
| Hex | 54 | 60 | E2 | 3F | 3A | 0 | B | EB | 47 | 3D |
| Octal | 124 | 140 | 342 | 77 | 72 | 0 | 13 | 353 | 107 | 75 |
| Binary | 1010100 | 1100000 | 11100010 | 111111 | 111010 | 0 | 1011 | 11101011 | 1000111 | 111101 |
Color Harmonies of #5460E2
Complementary color
Monochromatic Colors of #5460E2
Black with #5460E2
Text Example
Text Example
White with #5460E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5460E2; }
p { color: rgb(84,96,226); }
H1.HeaderClassName
{
color: #5460E2;
}
.AnyTagClassName
{
color: #5460E2;
}
</style>
background-color css
<style>
a { background-color: #5460E2; }
a { background-color: rgb(84,96,226); }
div.DivClassName
{
background-color: #5460E2;
}
.BgClassName
{
background-color: #5460E2;
}
</style>
border-color css
<style>
span { border-color: #5460E2; }
span { border-color: rgb(84,96,226); }
td.TdClassName
{
border-color: #5460E2;
}
.TagClassName
{
border-color: #5460E2;
}
</style>