Shades of Royal Blue #5477DB
Tints of Royal Blue #5477DB
RGB
CMYK
RGB Variations
Color information
#5477DB (or 0x5477DB) is known color: Royal Blue. HEX triplet: 54, 77 and DB. RGB value is (84,119,219). Sum of RGB (Red+Green+Blue) = 84+119+219=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #5477DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5477DB is #AB8824. Grayscale: #777777. Windows color (decimal): -11241509 or 14382932. OLE color: 14382932.
HSL color Cylindrical-coordinate representation of color #5477DB: hue angle of 224.44º 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 #5477DB is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 119 | 219 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.14 |
| HSL | 224.44º | 0.65% | 0.59% | - |
| HSV(B) | 224.44º | 0.62% | 0.86% | - |
| XYZ | 23.04 | 20.19 | 69.7 | - |
| YUV | 119.94 | 183.9 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 119 | 219 | 0.62 | 0.46 | 0 | 0.14 | 224.44 | 0.65 | 0.59 |
| Hex | 54 | 77 | DB | 3E | 2E | 0 | E | E0 | 41 | 3B |
| Octal | 124 | 167 | 333 | 76 | 56 | 0 | 16 | 340 | 101 | 73 |
| Binary | 1010100 | 1110111 | 11011011 | 111110 | 101110 | 0 | 1110 | 11100000 | 1000001 | 111011 |
Color Harmonies of #5477DB
Complementary color
Monochromatic Colors of #5477DB
Black with #5477DB
Text Example
Text Example
White with #5477DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5477DB; }
p { color: rgb(84,119,219); }
H1.HeaderClassName
{
color: #5477DB;
}
.AnyTagClassName
{
color: #5477DB;
}
</style>
background-color css
<style>
a { background-color: #5477DB; }
a { background-color: rgb(84,119,219); }
div.DivClassName
{
background-color: #5477DB;
}
.BgClassName
{
background-color: #5477DB;
}
</style>
border-color css
<style>
span { border-color: #5477DB; }
span { border-color: rgb(84,119,219); }
td.TdClassName
{
border-color: #5477DB;
}
.TagClassName
{
border-color: #5477DB;
}
</style>