Shades of Royal Blue #5570FC
Tints of Royal Blue #5570FC
RGB
CMYK
RGB Variations
Color information
#5570FC (or 0x5570FC) is known color: Royal Blue. HEX triplet: 55, 70 and FC. RGB value is (85,112,252). Sum of RGB (Red+Green+Blue) = 85+112+252=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #5570FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5570FC is #AA8F03. Grayscale: #777777. Windows color (decimal): -11177732 or 16543829. OLE color: 16543829.
HSL color Cylindrical-coordinate representation of color #5570FC: hue angle of 230.3º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5570FC is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 112 | 252 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.01 |
| HSL | 230.3º | 0.97% | 0.66% | - |
| HSV(B) | 230.3º | 0.66% | 0.99% | - |
| XYZ | 27.11 | 20.55 | 94.63 | - |
| YUV | 119.89 | 202.55 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 252 | 0.66 | 0.56 | 0 | 0.01 | 230.3 | 0.97 | 0.66 |
| Hex | 55 | 70 | FC | 42 | 38 | 0 | 1 | E6 | 61 | 42 |
| Octal | 125 | 160 | 374 | 102 | 70 | 0 | 1 | 346 | 141 | 102 |
| Binary | 1010101 | 1110000 | 11111100 | 1000010 | 111000 | 0 | 1 | 11100110 | 1100001 | 1000010 |
Color Harmonies of #5570FC
Complementary color
Monochromatic Colors of #5570FC
Black with #5570FC
Text Example
Text Example
White with #5570FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5570FC; }
p { color: rgb(85,112,252); }
H1.HeaderClassName
{
color: #5570FC;
}
.AnyTagClassName
{
color: #5570FC;
}
</style>
background-color css
<style>
a { background-color: #5570FC; }
a { background-color: rgb(85,112,252); }
div.DivClassName
{
background-color: #5570FC;
}
.BgClassName
{
background-color: #5570FC;
}
</style>
border-color css
<style>
span { border-color: #5570FC; }
span { border-color: rgb(85,112,252); }
td.TdClassName
{
border-color: #5570FC;
}
.TagClassName
{
border-color: #5570FC;
}
</style>