Shades of Royal Blue #5079EC
Tints of Royal Blue #5079EC
RGB
CMYK
RGB Variations
Color information
#5079EC (or 0x5079EC) is known color: Royal Blue. HEX triplet: 50, 79 and EC. RGB value is (80,121,236). Sum of RGB (Red+Green+Blue) = 80+121+236=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #5079EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5079EC is #AF8613. Grayscale: #797979. Windows color (decimal): -11503124 or 15497552. OLE color: 15497552.
HSL color Cylindrical-coordinate representation of color #5079EC: hue angle of 224.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5079EC is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 121 | 236 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.07 |
| HSL | 224.23º | 0.8% | 0.62% | - |
| HSV(B) | 224.23º | 0.66% | 0.93% | - |
| XYZ | 25.29 | 21.44 | 82.16 | - |
| YUV | 121.85 | 192.42 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 121 | 236 | 0.66 | 0.49 | 0 | 0.07 | 224.23 | 0.8 | 0.62 |
| Hex | 50 | 79 | EC | 42 | 31 | 0 | 7 | E0 | 50 | 3E |
| Octal | 120 | 171 | 354 | 102 | 61 | 0 | 7 | 340 | 120 | 76 |
| Binary | 1010000 | 1111001 | 11101100 | 1000010 | 110001 | 0 | 111 | 11100000 | 1010000 | 111110 |
Color Harmonies of #5079EC
Complementary color
Monochromatic Colors of #5079EC
Black with #5079EC
Text Example
Text Example
White with #5079EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5079EC; }
p { color: rgb(80,121,236); }
H1.HeaderClassName
{
color: #5079EC;
}
.AnyTagClassName
{
color: #5079EC;
}
</style>
background-color css
<style>
a { background-color: #5079EC; }
a { background-color: rgb(80,121,236); }
div.DivClassName
{
background-color: #5079EC;
}
.BgClassName
{
background-color: #5079EC;
}
</style>
border-color css
<style>
span { border-color: #5079EC; }
span { border-color: rgb(80,121,236); }
td.TdClassName
{
border-color: #5079EC;
}
.TagClassName
{
border-color: #5079EC;
}
</style>