Shades of Royal Blue #5478FC
Tints of Royal Blue #5478FC
RGB
CMYK
RGB Variations
Color information
#5478FC (or 0x5478FC) is known color: Royal Blue. HEX triplet: 54, 78 and FC. RGB value is (84,120,252). Sum of RGB (Red+Green+Blue) = 84+120+252=456 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.42% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #5478FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5478FC is #AB8703. Grayscale: #7B7B7B. Windows color (decimal): -11241220 or 16545876. OLE color: 16545876.
HSL color Cylindrical-coordinate representation of color #5478FC: hue angle of 227.14º degrees, saturation: 0.97, 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 #5478FC is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 120 | 252 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.01 |
| HSL | 227.14º | 0.97% | 0.66% | - |
| HSV(B) | 227.14º | 0.67% | 0.99% | - |
| XYZ | 27.94 | 22.35 | 94.94 | - |
| YUV | 124.28 | 200.07 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 120 | 252 | 0.67 | 0.52 | 0 | 0.01 | 227.14 | 0.97 | 0.66 |
| Hex | 54 | 78 | FC | 43 | 34 | 0 | 1 | E3 | 61 | 42 |
| Octal | 124 | 170 | 374 | 103 | 64 | 0 | 1 | 343 | 141 | 102 |
| Binary | 1010100 | 1111000 | 11111100 | 1000011 | 110100 | 0 | 1 | 11100011 | 1100001 | 1000010 |
Color Harmonies of #5478FC
Complementary color
Monochromatic Colors of #5478FC
Black with #5478FC
Text Example
Text Example
White with #5478FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5478FC; }
p { color: rgb(84,120,252); }
H1.HeaderClassName
{
color: #5478FC;
}
.AnyTagClassName
{
color: #5478FC;
}
</style>
background-color css
<style>
a { background-color: #5478FC; }
a { background-color: rgb(84,120,252); }
div.DivClassName
{
background-color: #5478FC;
}
.BgClassName
{
background-color: #5478FC;
}
</style>
border-color css
<style>
span { border-color: #5478FC; }
span { border-color: rgb(84,120,252); }
td.TdClassName
{
border-color: #5478FC;
}
.TagClassName
{
border-color: #5478FC;
}
</style>