Shades of Royal Blue #5462DC
Tints of Royal Blue #5462DC
RGB
CMYK
RGB Variations
Color information
#5462DC (or 0x5462DC) is known color: Royal Blue. HEX triplet: 54, 62 and DC. RGB value is (84,98,220). Sum of RGB (Red+Green+Blue) = 84+98+220=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #5462DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5462DC is #AB9D23. Grayscale: #6B6B6B. Windows color (decimal): -11246884 or 14443092. OLE color: 14443092.
HSL color Cylindrical-coordinate representation of color #5462DC: hue angle of 233.82º 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 #5462DC is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 98 | 220 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.14 |
| HSL | 233.82º | 0.66% | 0.6% | - |
| HSV(B) | 233.82º | 0.62% | 0.86% | - |
| XYZ | 20.94 | 15.79 | 69.65 | - |
| YUV | 107.72 | 191.36 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 220 | 0.62 | 0.55 | 0 | 0.14 | 233.82 | 0.66 | 0.6 |
| Hex | 54 | 62 | DC | 3E | 37 | 0 | E | EA | 42 | 3C |
| Octal | 124 | 142 | 334 | 76 | 67 | 0 | 16 | 352 | 102 | 74 |
| Binary | 1010100 | 1100010 | 11011100 | 111110 | 110111 | 0 | 1110 | 11101010 | 1000010 | 111100 |
Color Harmonies of #5462DC
Complementary color
Monochromatic Colors of #5462DC
Black with #5462DC
Text Example
Text Example
White with #5462DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5462DC; }
p { color: rgb(84,98,220); }
H1.HeaderClassName
{
color: #5462DC;
}
.AnyTagClassName
{
color: #5462DC;
}
</style>
background-color css
<style>
a { background-color: #5462DC; }
a { background-color: rgb(84,98,220); }
div.DivClassName
{
background-color: #5462DC;
}
.BgClassName
{
background-color: #5462DC;
}
</style>
border-color css
<style>
span { border-color: #5462DC; }
span { border-color: rgb(84,98,220); }
td.TdClassName
{
border-color: #5462DC;
}
.TagClassName
{
border-color: #5462DC;
}
</style>