Shades of Royal Blue #5460E6
Tints of Royal Blue #5460E6
RGB
CMYK
RGB Variations
Color information
#5460E6 (or 0x5460E6) is known color: Royal Blue. HEX triplet: 54, 60 and E6. RGB value is (84,96,230). Sum of RGB (Red+Green+Blue) = 84+96+230=410 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.49% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 230 (90.23% from 255 or 56.10% from 410); Max value from RGB is 230 - color contains mainly: blue. Hex color #5460E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5460E6 is #AB9F19. Grayscale: #6B6B6B. Windows color (decimal): -11247386 or 15097940. OLE color: 15097940.
HSL color Cylindrical-coordinate representation of color #5460E6: hue angle of 235.07º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5460E6 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 96 | 230 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.10 |
| HSL | 235.07º | 0.74% | 0.62% | - |
| HSV(B) | 235.07º | 0.63% | 0.9% | - |
| XYZ | 22.12 | 15.96 | 76.78 | - |
| YUV | 107.69 | 197.02 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 230 | 0.63 | 0.58 | 0 | 0.10 | 235.07 | 0.74 | 0.62 |
| Hex | 54 | 60 | E6 | 3F | 3A | 0 | A | EB | 4A | 3E |
| Octal | 124 | 140 | 346 | 77 | 72 | 0 | 12 | 353 | 112 | 76 |
| Binary | 1010100 | 1100000 | 11100110 | 111111 | 111010 | 0 | 1010 | 11101011 | 1001010 | 111110 |
Color Harmonies of #5460E6
Complementary color
Monochromatic Colors of #5460E6
Black with #5460E6
Text Example
Text Example
White with #5460E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5460E6; }
p { color: rgb(84,96,230); }
H1.HeaderClassName
{
color: #5460E6;
}
.AnyTagClassName
{
color: #5460E6;
}
</style>
background-color css
<style>
a { background-color: #5460E6; }
a { background-color: rgb(84,96,230); }
div.DivClassName
{
background-color: #5460E6;
}
.BgClassName
{
background-color: #5460E6;
}
</style>
border-color css
<style>
span { border-color: #5460E6; }
span { border-color: rgb(84,96,230); }
td.TdClassName
{
border-color: #5460E6;
}
.TagClassName
{
border-color: #5460E6;
}
</style>