Shades of Royal Blue #5471DF
Tints of Royal Blue #5471DF
RGB
CMYK
RGB Variations
Color information
#5471DF (or 0x5471DF) is known color: Royal Blue. HEX triplet: 54, 71 and DF. RGB value is (84,113,223). Sum of RGB (Red+Green+Blue) = 84+113+223=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #5471DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5471DF is #AB8E20. Grayscale: #747474. Windows color (decimal): -11243041 or 14643540. OLE color: 14643540.
HSL color Cylindrical-coordinate representation of color #5471DF: hue angle of 227.48º 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 #5471DF is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 113 | 223 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.13 |
| HSL | 227.48º | 0.68% | 0.6% | - |
| HSV(B) | 227.48º | 0.62% | 0.87% | - |
| XYZ | 22.88 | 19.02 | 72.28 | - |
| YUV | 116.87 | 187.89 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 113 | 223 | 0.62 | 0.49 | 0 | 0.13 | 227.48 | 0.68 | 0.6 |
| Hex | 54 | 71 | DF | 3E | 31 | 0 | D | E3 | 44 | 3C |
| Octal | 124 | 161 | 337 | 76 | 61 | 0 | 15 | 343 | 104 | 74 |
| Binary | 1010100 | 1110001 | 11011111 | 111110 | 110001 | 0 | 1101 | 11100011 | 1000100 | 111100 |
Color Harmonies of #5471DF
Complementary color
Monochromatic Colors of #5471DF
Black with #5471DF
Text Example
Text Example
White with #5471DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5471DF; }
p { color: rgb(84,113,223); }
H1.HeaderClassName
{
color: #5471DF;
}
.AnyTagClassName
{
color: #5471DF;
}
</style>
background-color css
<style>
a { background-color: #5471DF; }
a { background-color: rgb(84,113,223); }
div.DivClassName
{
background-color: #5471DF;
}
.BgClassName
{
background-color: #5471DF;
}
</style>
border-color css
<style>
span { border-color: #5471DF; }
span { border-color: rgb(84,113,223); }
td.TdClassName
{
border-color: #5471DF;
}
.TagClassName
{
border-color: #5471DF;
}
</style>