Shades of Royal Blue #5471FB
Tints of Royal Blue #5471FB
RGB
CMYK
RGB Variations
Color information
#5471FB (or 0x5471FB) is known color: Royal Blue. HEX triplet: 54, 71 and FB. RGB value is (84,113,251). Sum of RGB (Red+Green+Blue) = 84+113+251=448 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.75% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #5471FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5471FB is #AB8E04. Grayscale: #777777. Windows color (decimal): -11243013 or 16478548. OLE color: 16478548.
HSL color Cylindrical-coordinate representation of color #5471FB: hue angle of 229.58º 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 #5471FB is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 113 | 251 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.02 |
| HSL | 229.58º | 0.95% | 0.66% | - |
| HSV(B) | 229.58º | 0.67% | 0.98% | - |
| XYZ | 26.97 | 20.66 | 93.83 | - |
| YUV | 120.06 | 201.89 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 113 | 251 | 0.67 | 0.55 | 0 | 0.02 | 229.58 | 0.95 | 0.66 |
| Hex | 54 | 71 | FB | 43 | 37 | 0 | 2 | E6 | 5F | 42 |
| Octal | 124 | 161 | 373 | 103 | 67 | 0 | 2 | 346 | 137 | 102 |
| Binary | 1010100 | 1110001 | 11111011 | 1000011 | 110111 | 0 | 10 | 11100110 | 1011111 | 1000010 |
Color Harmonies of #5471FB
Complementary color
Monochromatic Colors of #5471FB
Black with #5471FB
Text Example
Text Example
White with #5471FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5471FB; }
p { color: rgb(84,113,251); }
H1.HeaderClassName
{
color: #5471FB;
}
.AnyTagClassName
{
color: #5471FB;
}
</style>
background-color css
<style>
a { background-color: #5471FB; }
a { background-color: rgb(84,113,251); }
div.DivClassName
{
background-color: #5471FB;
}
.BgClassName
{
background-color: #5471FB;
}
</style>
border-color css
<style>
span { border-color: #5471FB; }
span { border-color: rgb(84,113,251); }
td.TdClassName
{
border-color: #5471FB;
}
.TagClassName
{
border-color: #5471FB;
}
</style>