Shades of Royal Blue #5770DB
Tints of Royal Blue #5770DB
RGB
CMYK
RGB Variations
Color information
#5770DB (or 0x5770DB) is known color: Royal Blue. HEX triplet: 57, 70 and DB. RGB value is (87,112,219). Sum of RGB (Red+Green+Blue) = 87+112+219=418 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.81% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #5770DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5770DB is #A88F24. Grayscale: #747474. Windows color (decimal): -11046693 or 14381143. OLE color: 14381143.
HSL color Cylindrical-coordinate representation of color #5770DB: hue angle of 228.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5770DB is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 112 | 219 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.14 |
| HSL | 228.64º | 0.65% | 0.6% | - |
| HSV(B) | 228.64º | 0.6% | 0.86% | - |
| XYZ | 22.51 | 18.73 | 69.45 | - |
| YUV | 116.72 | 185.72 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 112 | 219 | 0.60 | 0.49 | 0 | 0.14 | 228.64 | 0.65 | 0.6 |
| Hex | 57 | 70 | DB | 3C | 31 | 0 | E | E5 | 41 | 3C |
| Octal | 127 | 160 | 333 | 74 | 61 | 0 | 16 | 345 | 101 | 74 |
| Binary | 1010111 | 1110000 | 11011011 | 111100 | 110001 | 0 | 1110 | 11100101 | 1000001 | 111100 |
Color Harmonies of #5770DB
Complementary color
Monochromatic Colors of #5770DB
Black with #5770DB
Text Example
Text Example
White with #5770DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5770DB; }
p { color: rgb(87,112,219); }
H1.HeaderClassName
{
color: #5770DB;
}
.AnyTagClassName
{
color: #5770DB;
}
</style>
background-color css
<style>
a { background-color: #5770DB; }
a { background-color: rgb(87,112,219); }
div.DivClassName
{
background-color: #5770DB;
}
.BgClassName
{
background-color: #5770DB;
}
</style>
border-color css
<style>
span { border-color: #5770DB; }
span { border-color: rgb(87,112,219); }
td.TdClassName
{
border-color: #5770DB;
}
.TagClassName
{
border-color: #5770DB;
}
</style>