Shades of Royal Blue #5473DB
Tints of Royal Blue #5473DB
RGB
CMYK
RGB Variations
Color information
#5473DB (or 0x5473DB) is known color: Royal Blue. HEX triplet: 54, 73 and DB. RGB value is (84,115,219). Sum of RGB (Red+Green+Blue) = 84+115+219=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #5473DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5473DB is #AB8C24. Grayscale: #757575. Windows color (decimal): -11242533 or 14381908. OLE color: 14381908.
HSL color Cylindrical-coordinate representation of color #5473DB: hue angle of 226.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5473DB is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 115 | 219 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.14 |
| HSL | 226.22º | 0.65% | 0.59% | - |
| HSV(B) | 226.22º | 0.62% | 0.86% | - |
| XYZ | 22.57 | 19.26 | 69.55 | - |
| YUV | 117.59 | 185.23 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 115 | 219 | 0.62 | 0.47 | 0 | 0.14 | 226.22 | 0.65 | 0.59 |
| Hex | 54 | 73 | DB | 3E | 2F | 0 | E | E2 | 41 | 3B |
| Octal | 124 | 163 | 333 | 76 | 57 | 0 | 16 | 342 | 101 | 73 |
| Binary | 1010100 | 1110011 | 11011011 | 111110 | 101111 | 0 | 1110 | 11100010 | 1000001 | 111011 |
Color Harmonies of #5473DB
Complementary color
Monochromatic Colors of #5473DB
Black with #5473DB
Text Example
Text Example
White with #5473DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5473DB; }
p { color: rgb(84,115,219); }
H1.HeaderClassName
{
color: #5473DB;
}
.AnyTagClassName
{
color: #5473DB;
}
</style>
background-color css
<style>
a { background-color: #5473DB; }
a { background-color: rgb(84,115,219); }
div.DivClassName
{
background-color: #5473DB;
}
.BgClassName
{
background-color: #5473DB;
}
</style>
border-color css
<style>
span { border-color: #5473DB; }
span { border-color: rgb(84,115,219); }
td.TdClassName
{
border-color: #5473DB;
}
.TagClassName
{
border-color: #5473DB;
}
</style>