Shades of Royal Blue #5770FC
Tints of Royal Blue #5770FC
RGB
CMYK
RGB Variations
Color information
#5770FC (or 0x5770FC) is known color: Royal Blue. HEX triplet: 57, 70 and FC. RGB value is (87,112,252). Sum of RGB (Red+Green+Blue) = 87+112+252=451 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.29% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #5770FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5770FC is #A88F03. Grayscale: #777777. Windows color (decimal): -11046660 or 16543831. OLE color: 16543831.
HSL color Cylindrical-coordinate representation of color #5770FC: hue angle of 230.91º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5770FC is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 112 | 252 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.01 |
| HSL | 230.91º | 0.96% | 0.66% | - |
| HSV(B) | 230.91º | 0.65% | 0.99% | - |
| XYZ | 27.3 | 20.64 | 94.64 | - |
| YUV | 120.49 | 202.22 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 112 | 252 | 0.65 | 0.56 | 0 | 0.01 | 230.91 | 0.96 | 0.66 |
| Hex | 57 | 70 | FC | 41 | 38 | 0 | 1 | E7 | 60 | 42 |
| Octal | 127 | 160 | 374 | 101 | 70 | 0 | 1 | 347 | 140 | 102 |
| Binary | 1010111 | 1110000 | 11111100 | 1000001 | 111000 | 0 | 1 | 11100111 | 1100000 | 1000010 |
Color Harmonies of #5770FC
Complementary color
Monochromatic Colors of #5770FC
Black with #5770FC
Text Example
Text Example
White with #5770FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5770FC; }
p { color: rgb(87,112,252); }
H1.HeaderClassName
{
color: #5770FC;
}
.AnyTagClassName
{
color: #5770FC;
}
</style>
background-color css
<style>
a { background-color: #5770FC; }
a { background-color: rgb(87,112,252); }
div.DivClassName
{
background-color: #5770FC;
}
.BgClassName
{
background-color: #5770FC;
}
</style>
border-color css
<style>
span { border-color: #5770FC; }
span { border-color: rgb(87,112,252); }
td.TdClassName
{
border-color: #5770FC;
}
.TagClassName
{
border-color: #5770FC;
}
</style>