Shades of Royal Blue #5460DC
Tints of Royal Blue #5460DC
RGB
CMYK
RGB Variations
Color information
#5460DC (or 0x5460DC) is known color: Royal Blue. HEX triplet: 54, 60 and DC. RGB value is (84,96,220). Sum of RGB (Red+Green+Blue) = 84+96+220=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #5460DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5460DC is #AB9F23. Grayscale: #6A6A6A. Windows color (decimal): -11247396 or 14442580. OLE color: 14442580.
HSL color Cylindrical-coordinate representation of color #5460DC: hue angle of 234.71º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5460DC is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 96 | 220 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.14 |
| HSL | 234.71º | 0.66% | 0.6% | - |
| HSV(B) | 234.71º | 0.62% | 0.86% | - |
| XYZ | 20.76 | 15.42 | 69.59 | - |
| YUV | 106.55 | 192.02 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 220 | 0.62 | 0.56 | 0 | 0.14 | 234.71 | 0.66 | 0.6 |
| Hex | 54 | 60 | DC | 3E | 38 | 0 | E | EB | 42 | 3C |
| Octal | 124 | 140 | 334 | 76 | 70 | 0 | 16 | 353 | 102 | 74 |
| Binary | 1010100 | 1100000 | 11011100 | 111110 | 111000 | 0 | 1110 | 11101011 | 1000010 | 111100 |
Color Harmonies of #5460DC
Complementary color
Monochromatic Colors of #5460DC
Black with #5460DC
Text Example
Text Example
White with #5460DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5460DC; }
p { color: rgb(84,96,220); }
H1.HeaderClassName
{
color: #5460DC;
}
.AnyTagClassName
{
color: #5460DC;
}
</style>
background-color css
<style>
a { background-color: #5460DC; }
a { background-color: rgb(84,96,220); }
div.DivClassName
{
background-color: #5460DC;
}
.BgClassName
{
background-color: #5460DC;
}
</style>
border-color css
<style>
span { border-color: #5460DC; }
span { border-color: rgb(84,96,220); }
td.TdClassName
{
border-color: #5460DC;
}
.TagClassName
{
border-color: #5460DC;
}
</style>