Shades of Royal Blue #5770FB
Tints of Royal Blue #5770FB
RGB
CMYK
RGB Variations
Color information
#5770FB (or 0x5770FB) is known color: Royal Blue. HEX triplet: 57, 70 and FB. RGB value is (87,112,251). Sum of RGB (Red+Green+Blue) = 87+112+251=450 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.33% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #5770FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5770FB is #A88F04. Grayscale: #777777. Windows color (decimal): -11046661 or 16478295. OLE color: 16478295.
HSL color Cylindrical-coordinate representation of color #5770FB: hue angle of 230.85º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5770FB is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 112 | 251 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.02 |
| HSL | 230.85º | 0.95% | 0.66% | - |
| HSV(B) | 230.85º | 0.65% | 0.98% | - |
| XYZ | 27.14 | 20.58 | 93.81 | - |
| YUV | 120.37 | 201.72 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 112 | 251 | 0.65 | 0.55 | 0 | 0.02 | 230.85 | 0.95 | 0.66 |
| Hex | 57 | 70 | FB | 41 | 37 | 0 | 2 | E7 | 5F | 42 |
| Octal | 127 | 160 | 373 | 101 | 67 | 0 | 2 | 347 | 137 | 102 |
| Binary | 1010111 | 1110000 | 11111011 | 1000001 | 110111 | 0 | 10 | 11100111 | 1011111 | 1000010 |
Color Harmonies of #5770FB
Complementary color
Monochromatic Colors of #5770FB
Black with #5770FB
Text Example
Text Example
White with #5770FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5770FB; }
p { color: rgb(87,112,251); }
H1.HeaderClassName
{
color: #5770FB;
}
.AnyTagClassName
{
color: #5770FB;
}
</style>
background-color css
<style>
a { background-color: #5770FB; }
a { background-color: rgb(87,112,251); }
div.DivClassName
{
background-color: #5770FB;
}
.BgClassName
{
background-color: #5770FB;
}
</style>
border-color css
<style>
span { border-color: #5770FB; }
span { border-color: rgb(87,112,251); }
td.TdClassName
{
border-color: #5770FB;
}
.TagClassName
{
border-color: #5770FB;
}
</style>