Shades of Royal Blue #5477FA
Tints of Royal Blue #5477FA
RGB
CMYK
RGB Variations
Color information
#5477FA (or 0x5477FA) is known color: Royal Blue. HEX triplet: 54, 77 and FA. RGB value is (84,119,250). Sum of RGB (Red+Green+Blue) = 84+119+250=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #5477FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5477FA is #AB8805. Grayscale: #7A7A7A. Windows color (decimal): -11241478 or 16414548. OLE color: 16414548.
HSL color Cylindrical-coordinate representation of color #5477FA: hue angle of 227.35º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5477FA is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 119 | 250 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.02 |
| HSL | 227.35º | 0.94% | 0.65% | - |
| HSV(B) | 227.35º | 0.66% | 0.98% | - |
| XYZ | 27.51 | 21.98 | 93.24 | - |
| YUV | 123.47 | 199.4 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 119 | 250 | 0.66 | 0.52 | 0 | 0.02 | 227.35 | 0.94 | 0.65 |
| Hex | 54 | 77 | FA | 42 | 34 | 0 | 2 | E3 | 5E | 41 |
| Octal | 124 | 167 | 372 | 102 | 64 | 0 | 2 | 343 | 136 | 101 |
| Binary | 1010100 | 1110111 | 11111010 | 1000010 | 110100 | 0 | 10 | 11100011 | 1011110 | 1000001 |
Color Harmonies of #5477FA
Complementary color
Monochromatic Colors of #5477FA
Black with #5477FA
Text Example
Text Example
White with #5477FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5477FA; }
p { color: rgb(84,119,250); }
H1.HeaderClassName
{
color: #5477FA;
}
.AnyTagClassName
{
color: #5477FA;
}
</style>
background-color css
<style>
a { background-color: #5477FA; }
a { background-color: rgb(84,119,250); }
div.DivClassName
{
background-color: #5477FA;
}
.BgClassName
{
background-color: #5477FA;
}
</style>
border-color css
<style>
span { border-color: #5477FA; }
span { border-color: rgb(84,119,250); }
td.TdClassName
{
border-color: #5477FA;
}
.TagClassName
{
border-color: #5477FA;
}
</style>