Shades of Royal Blue #5474FD
Tints of Royal Blue #5474FD
RGB
CMYK
RGB Variations
Color information
#5474FD (or 0x5474FD) is known color: Royal Blue. HEX triplet: 54, 74 and FD. RGB value is (84,116,253). Sum of RGB (Red+Green+Blue) = 84+116+253=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #5474FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5474FD is #AB8B02. Grayscale: #797979. Windows color (decimal): -11242243 or 16610388. OLE color: 16610388.
HSL color Cylindrical-coordinate representation of color #5474FD: hue angle of 228.64º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5474FD is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 116 | 253 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.01 |
| HSL | 228.64º | 0.98% | 0.66% | - |
| HSV(B) | 228.64º | 0.67% | 0.99% | - |
| XYZ | 27.63 | 21.47 | 95.62 | - |
| YUV | 122.05 | 201.9 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 253 | 0.67 | 0.54 | 0 | 0.01 | 228.64 | 0.98 | 0.66 |
| Hex | 54 | 74 | FD | 43 | 36 | 0 | 1 | E5 | 62 | 42 |
| Octal | 124 | 164 | 375 | 103 | 66 | 0 | 1 | 345 | 142 | 102 |
| Binary | 1010100 | 1110100 | 11111101 | 1000011 | 110110 | 0 | 1 | 11100101 | 1100010 | 1000010 |
Color Harmonies of #5474FD
Complementary color
Monochromatic Colors of #5474FD
Black with #5474FD
Text Example
Text Example
White with #5474FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5474FD; }
p { color: rgb(84,116,253); }
H1.HeaderClassName
{
color: #5474FD;
}
.AnyTagClassName
{
color: #5474FD;
}
</style>
background-color css
<style>
a { background-color: #5474FD; }
a { background-color: rgb(84,116,253); }
div.DivClassName
{
background-color: #5474FD;
}
.BgClassName
{
background-color: #5474FD;
}
</style>
border-color css
<style>
span { border-color: #5474FD; }
span { border-color: rgb(84,116,253); }
td.TdClassName
{
border-color: #5474FD;
}
.TagClassName
{
border-color: #5474FD;
}
</style>