Shades of Royal Blue #5474DF
Tints of Royal Blue #5474DF
RGB
CMYK
RGB Variations
Color information
#5474DF (or 0x5474DF) is known color: Royal Blue. HEX triplet: 54, 74 and DF. RGB value is (84,116,223). Sum of RGB (Red+Green+Blue) = 84+116+223=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #5474DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5474DF is #AB8B20. Grayscale: #767676. Windows color (decimal): -11242273 or 14644308. OLE color: 14644308.
HSL color Cylindrical-coordinate representation of color #5474DF: hue angle of 226.19º 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 #5474DF is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 116 | 223 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.13 |
| HSL | 226.19º | 0.68% | 0.6% | - |
| HSV(B) | 226.19º | 0.62% | 0.87% | - |
| XYZ | 23.22 | 19.7 | 72.39 | - |
| YUV | 118.63 | 186.9 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 223 | 0.62 | 0.48 | 0 | 0.13 | 226.19 | 0.68 | 0.6 |
| Hex | 54 | 74 | DF | 3E | 30 | 0 | D | E2 | 44 | 3C |
| Octal | 124 | 164 | 337 | 76 | 60 | 0 | 15 | 342 | 104 | 74 |
| Binary | 1010100 | 1110100 | 11011111 | 111110 | 110000 | 0 | 1101 | 11100010 | 1000100 | 111100 |
Color Harmonies of #5474DF
Complementary color
Monochromatic Colors of #5474DF
Black with #5474DF
Text Example
Text Example
White with #5474DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5474DF; }
p { color: rgb(84,116,223); }
H1.HeaderClassName
{
color: #5474DF;
}
.AnyTagClassName
{
color: #5474DF;
}
</style>
background-color css
<style>
a { background-color: #5474DF; }
a { background-color: rgb(84,116,223); }
div.DivClassName
{
background-color: #5474DF;
}
.BgClassName
{
background-color: #5474DF;
}
</style>
border-color css
<style>
span { border-color: #5474DF; }
span { border-color: rgb(84,116,223); }
td.TdClassName
{
border-color: #5474DF;
}
.TagClassName
{
border-color: #5474DF;
}
</style>