Shades of Royal Blue #5077D7
Tints of Royal Blue #5077D7
RGB
CMYK
RGB Variations
Color information
#5077D7 (or 0x5077D7) is known color: Royal Blue. HEX triplet: 50, 77 and D7. RGB value is (80,119,215). Sum of RGB (Red+Green+Blue) = 80+119+215=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 215 (84.38% from 255 or 51.93% from 414); Max value from RGB is 215 - color contains mainly: blue. Hex color #5077D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5077D7 is #AF8828. Grayscale: #757575. Windows color (decimal): -11503657 or 14120784. OLE color: 14120784.
HSL color Cylindrical-coordinate representation of color #5077D7: hue angle of 222.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5077D7 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 119 | 215 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.16 |
| HSL | 222.67º | 0.63% | 0.58% | - |
| HSV(B) | 222.67º | 0.63% | 0.84% | - |
| XYZ | 22.17 | 19.81 | 66.94 | - |
| YUV | 118.28 | 182.58 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 119 | 215 | 0.63 | 0.45 | 0 | 0.16 | 222.67 | 0.63 | 0.58 |
| Hex | 50 | 77 | D7 | 3F | 2D | 0 | 10 | DF | 3F | 3A |
| Octal | 120 | 167 | 327 | 77 | 55 | 0 | 20 | 337 | 77 | 72 |
| Binary | 1010000 | 1110111 | 11010111 | 111111 | 101101 | 0 | 10000 | 11011111 | 111111 | 111010 |
Color Harmonies of #5077D7
Complementary color
Monochromatic Colors of #5077D7
Black with #5077D7
Text Example
Text Example
White with #5077D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5077D7; }
p { color: rgb(80,119,215); }
H1.HeaderClassName
{
color: #5077D7;
}
.AnyTagClassName
{
color: #5077D7;
}
</style>
background-color css
<style>
a { background-color: #5077D7; }
a { background-color: rgb(80,119,215); }
div.DivClassName
{
background-color: #5077D7;
}
.BgClassName
{
background-color: #5077D7;
}
</style>
border-color css
<style>
span { border-color: #5077D7; }
span { border-color: rgb(80,119,215); }
td.TdClassName
{
border-color: #5077D7;
}
.TagClassName
{
border-color: #5077D7;
}
</style>