Shades of Royal Blue #5460DF
Tints of Royal Blue #5460DF
RGB
CMYK
RGB Variations
Color information
#5460DF (or 0x5460DF) is known color: Royal Blue. HEX triplet: 54, 60 and DF. RGB value is (84,96,223). Sum of RGB (Red+Green+Blue) = 84+96+223=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #5460DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5460DF is #AB9F20. Grayscale: #6A6A6A. Windows color (decimal): -11247393 or 14639188. OLE color: 14639188.
HSL color Cylindrical-coordinate representation of color #5460DF: hue angle of 234.82º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5460DF is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 96 | 223 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.13 |
| HSL | 234.82º | 0.68% | 0.6% | - |
| HSV(B) | 234.82º | 0.62% | 0.87% | - |
| XYZ | 21.16 | 15.58 | 71.7 | - |
| YUV | 106.89 | 193.52 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 223 | 0.62 | 0.57 | 0 | 0.13 | 234.82 | 0.68 | 0.6 |
| Hex | 54 | 60 | DF | 3E | 39 | 0 | D | EB | 44 | 3C |
| Octal | 124 | 140 | 337 | 76 | 71 | 0 | 15 | 353 | 104 | 74 |
| Binary | 1010100 | 1100000 | 11011111 | 111110 | 111001 | 0 | 1101 | 11101011 | 1000100 | 111100 |
Color Harmonies of #5460DF
Complementary color
Monochromatic Colors of #5460DF
Black with #5460DF
Text Example
Text Example
White with #5460DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5460DF; }
p { color: rgb(84,96,223); }
H1.HeaderClassName
{
color: #5460DF;
}
.AnyTagClassName
{
color: #5460DF;
}
</style>
background-color css
<style>
a { background-color: #5460DF; }
a { background-color: rgb(84,96,223); }
div.DivClassName
{
background-color: #5460DF;
}
.BgClassName
{
background-color: #5460DF;
}
</style>
border-color css
<style>
span { border-color: #5460DF; }
span { border-color: rgb(84,96,223); }
td.TdClassName
{
border-color: #5460DF;
}
.TagClassName
{
border-color: #5460DF;
}
</style>