Shades of Royal Blue #5477FB
Tints of Royal Blue #5477FB
RGB
CMYK
RGB Variations
Color information
#5477FB (or 0x5477FB) is known color: Royal Blue. HEX triplet: 54, 77 and FB. RGB value is (84,119,251). Sum of RGB (Red+Green+Blue) = 84+119+251=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #5477FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5477FB is #AB8804. Grayscale: #7B7B7B. Windows color (decimal): -11241477 or 16480084. OLE color: 16480084.
HSL color Cylindrical-coordinate representation of color #5477FB: hue angle of 227.43º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5477FB is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 119 | 251 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.02 |
| HSL | 227.43º | 0.95% | 0.66% | - |
| HSV(B) | 227.43º | 0.67% | 0.98% | - |
| XYZ | 27.67 | 22.04 | 94.06 | - |
| YUV | 123.58 | 199.9 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 119 | 251 | 0.67 | 0.53 | 0 | 0.02 | 227.43 | 0.95 | 0.66 |
| Hex | 54 | 77 | FB | 43 | 35 | 0 | 2 | E3 | 5F | 42 |
| Octal | 124 | 167 | 373 | 103 | 65 | 0 | 2 | 343 | 137 | 102 |
| Binary | 1010100 | 1110111 | 11111011 | 1000011 | 110101 | 0 | 10 | 11100011 | 1011111 | 1000010 |
Color Harmonies of #5477FB
Complementary color
Monochromatic Colors of #5477FB
Black with #5477FB
Text Example
Text Example
White with #5477FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5477FB; }
p { color: rgb(84,119,251); }
H1.HeaderClassName
{
color: #5477FB;
}
.AnyTagClassName
{
color: #5477FB;
}
</style>
background-color css
<style>
a { background-color: #5477FB; }
a { background-color: rgb(84,119,251); }
div.DivClassName
{
background-color: #5477FB;
}
.BgClassName
{
background-color: #5477FB;
}
</style>
border-color css
<style>
span { border-color: #5477FB; }
span { border-color: rgb(84,119,251); }
td.TdClassName
{
border-color: #5477FB;
}
.TagClassName
{
border-color: #5477FB;
}
</style>