Shades of Royal Blue #5479D8
Tints of Royal Blue #5479D8
RGB
CMYK
RGB Variations
Color information
#5479D8 (or 0x5479D8) is known color: Royal Blue. HEX triplet: 54, 79 and D8. RGB value is (84,121,216). Sum of RGB (Red+Green+Blue) = 84+121+216=421 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.95% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 216 (84.77% from 255 or 51.31% from 421); Max value from RGB is 216 - color contains mainly: blue. Hex color #5479D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5479D8 is #AB8627. Grayscale: #787878. Windows color (decimal): -11241000 or 14186836. OLE color: 14186836.
HSL color Cylindrical-coordinate representation of color #5479D8: hue angle of 223.18º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5479D8 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 121 | 216 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.15 |
| HSL | 223.18º | 0.63% | 0.59% | - |
| HSV(B) | 223.18º | 0.61% | 0.85% | - |
| XYZ | 22.89 | 20.52 | 67.72 | - |
| YUV | 120.77 | 181.74 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 121 | 216 | 0.61 | 0.44 | 0 | 0.15 | 223.18 | 0.63 | 0.59 |
| Hex | 54 | 79 | D8 | 3D | 2C | 0 | F | DF | 3F | 3B |
| Octal | 124 | 171 | 330 | 75 | 54 | 0 | 17 | 337 | 77 | 73 |
| Binary | 1010100 | 1111001 | 11011000 | 111101 | 101100 | 0 | 1111 | 11011111 | 111111 | 111011 |
Color Harmonies of #5479D8
Complementary color
Monochromatic Colors of #5479D8
Black with #5479D8
Text Example
Text Example
White with #5479D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5479D8; }
p { color: rgb(84,121,216); }
H1.HeaderClassName
{
color: #5479D8;
}
.AnyTagClassName
{
color: #5479D8;
}
</style>
background-color css
<style>
a { background-color: #5479D8; }
a { background-color: rgb(84,121,216); }
div.DivClassName
{
background-color: #5479D8;
}
.BgClassName
{
background-color: #5479D8;
}
</style>
border-color css
<style>
span { border-color: #5479D8; }
span { border-color: rgb(84,121,216); }
td.TdClassName
{
border-color: #5479D8;
}
.TagClassName
{
border-color: #5479D8;
}
</style>