Shades of Royal Blue #5461DC
Tints of Royal Blue #5461DC
RGB
CMYK
RGB Variations
Color information
#5461DC (or 0x5461DC) is known color: Royal Blue. HEX triplet: 54, 61 and DC. RGB value is (84,97,220). Sum of RGB (Red+Green+Blue) = 84+97+220=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #5461DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5461DC is #AB9E23. Grayscale: #6A6A6A. Windows color (decimal): -11247140 or 14442836. OLE color: 14442836.
HSL color Cylindrical-coordinate representation of color #5461DC: hue angle of 234.26º 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 #5461DC is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 97 | 220 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.14 |
| HSL | 234.26º | 0.66% | 0.6% | - |
| HSV(B) | 234.26º | 0.62% | 0.86% | - |
| XYZ | 20.85 | 15.6 | 69.62 | - |
| YUV | 107.14 | 191.69 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 97 | 220 | 0.62 | 0.56 | 0 | 0.14 | 234.26 | 0.66 | 0.6 |
| Hex | 54 | 61 | DC | 3E | 38 | 0 | E | EA | 42 | 3C |
| Octal | 124 | 141 | 334 | 76 | 70 | 0 | 16 | 352 | 102 | 74 |
| Binary | 1010100 | 1100001 | 11011100 | 111110 | 111000 | 0 | 1110 | 11101010 | 1000010 | 111100 |
Color Harmonies of #5461DC
Complementary color
Monochromatic Colors of #5461DC
Black with #5461DC
Text Example
Text Example
White with #5461DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5461DC; }
p { color: rgb(84,97,220); }
H1.HeaderClassName
{
color: #5461DC;
}
.AnyTagClassName
{
color: #5461DC;
}
</style>
background-color css
<style>
a { background-color: #5461DC; }
a { background-color: rgb(84,97,220); }
div.DivClassName
{
background-color: #5461DC;
}
.BgClassName
{
background-color: #5461DC;
}
</style>
border-color css
<style>
span { border-color: #5461DC; }
span { border-color: rgb(84,97,220); }
td.TdClassName
{
border-color: #5461DC;
}
.TagClassName
{
border-color: #5461DC;
}
</style>