Shades of Royal Blue #5471DC
Tints of Royal Blue #5471DC
RGB
CMYK
RGB Variations
Color information
#5471DC (or 0x5471DC) is known color: Royal Blue. HEX triplet: 54, 71 and DC. RGB value is (84,113,220). Sum of RGB (Red+Green+Blue) = 84+113+220=417 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.14% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #5471DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5471DC is #AB8E23. Grayscale: #747474. Windows color (decimal): -11243044 or 14446932. OLE color: 14446932.
HSL color Cylindrical-coordinate representation of color #5471DC: hue angle of 227.21º 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 #5471DC is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 113 | 220 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.14 |
| HSL | 227.21º | 0.66% | 0.6% | - |
| HSV(B) | 227.21º | 0.62% | 0.86% | - |
| XYZ | 22.48 | 18.86 | 70.17 | - |
| YUV | 116.53 | 186.39 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 113 | 220 | 0.62 | 0.49 | 0 | 0.14 | 227.21 | 0.66 | 0.6 |
| Hex | 54 | 71 | DC | 3E | 31 | 0 | E | E3 | 42 | 3C |
| Octal | 124 | 161 | 334 | 76 | 61 | 0 | 16 | 343 | 102 | 74 |
| Binary | 1010100 | 1110001 | 11011100 | 111110 | 110001 | 0 | 1110 | 11100011 | 1000010 | 111100 |
Color Harmonies of #5471DC
Complementary color
Monochromatic Colors of #5471DC
Black with #5471DC
Text Example
Text Example
White with #5471DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5471DC; }
p { color: rgb(84,113,220); }
H1.HeaderClassName
{
color: #5471DC;
}
.AnyTagClassName
{
color: #5471DC;
}
</style>
background-color css
<style>
a { background-color: #5471DC; }
a { background-color: rgb(84,113,220); }
div.DivClassName
{
background-color: #5471DC;
}
.BgClassName
{
background-color: #5471DC;
}
</style>
border-color css
<style>
span { border-color: #5471DC; }
span { border-color: rgb(84,113,220); }
td.TdClassName
{
border-color: #5471DC;
}
.TagClassName
{
border-color: #5471DC;
}
</style>