Shades of Royal Blue #5770CF
Tints of Royal Blue #5770CF
RGB
CMYK
RGB Variations
Color information
#5770CF (or 0x5770CF) is known color: Royal Blue. HEX triplet: 57, 70 and CF. RGB value is (87,112,207). Sum of RGB (Red+Green+Blue) = 87+112+207=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #5770CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5770CF is #A88F30. Grayscale: #727272. Windows color (decimal): -11046705 or 13594711. OLE color: 13594711.
HSL color Cylindrical-coordinate representation of color #5770CF: hue angle of 227.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5770CF is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 112 | 207 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.19 |
| HSL | 227.5º | 0.56% | 0.58% | - |
| HSV(B) | 227.5º | 0.58% | 0.81% | - |
| XYZ | 20.99 | 18.12 | 61.42 | - |
| YUV | 115.36 | 179.72 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 112 | 207 | 0.58 | 0.46 | 0 | 0.19 | 227.5 | 0.56 | 0.58 |
| Hex | 57 | 70 | CF | 3A | 2E | 0 | 13 | E4 | 38 | 3A |
| Octal | 127 | 160 | 317 | 72 | 56 | 0 | 23 | 344 | 70 | 72 |
| Binary | 1010111 | 1110000 | 11001111 | 111010 | 101110 | 0 | 10011 | 11100100 | 111000 | 111010 |
Color Harmonies of #5770CF
Complementary color
Monochromatic Colors of #5770CF
Black with #5770CF
Text Example
Text Example
White with #5770CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5770CF; }
p { color: rgb(87,112,207); }
H1.HeaderClassName
{
color: #5770CF;
}
.AnyTagClassName
{
color: #5770CF;
}
</style>
background-color css
<style>
a { background-color: #5770CF; }
a { background-color: rgb(87,112,207); }
div.DivClassName
{
background-color: #5770CF;
}
.BgClassName
{
background-color: #5770CF;
}
</style>
border-color css
<style>
span { border-color: #5770CF; }
span { border-color: rgb(87,112,207); }
td.TdClassName
{
border-color: #5770CF;
}
.TagClassName
{
border-color: #5770CF;
}
</style>