Shades of Royal Blue #5079E9
Tints of Royal Blue #5079E9
RGB
CMYK
RGB Variations
Color information
#5079E9 (or 0x5079E9) is known color: Royal Blue. HEX triplet: 50, 79 and E9. RGB value is (80,121,233). Sum of RGB (Red+Green+Blue) = 80+121+233=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 233 (91.41% from 255 or 53.69% from 434); Max value from RGB is 233 - color contains mainly: blue. Hex color #5079E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5079E9 is #AF8616. Grayscale: #797979. Windows color (decimal): -11503127 or 15300944. OLE color: 15300944.
HSL color Cylindrical-coordinate representation of color #5079E9: hue angle of 223.92º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5079E9 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 121 | 233 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.09 |
| HSL | 223.92º | 0.78% | 0.61% | - |
| HSV(B) | 223.92º | 0.66% | 0.91% | - |
| XYZ | 24.85 | 21.26 | 79.89 | - |
| YUV | 121.51 | 190.92 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 121 | 233 | 0.66 | 0.48 | 0 | 0.09 | 223.92 | 0.78 | 0.61 |
| Hex | 50 | 79 | E9 | 42 | 30 | 0 | 9 | E0 | 4E | 3D |
| Octal | 120 | 171 | 351 | 102 | 60 | 0 | 11 | 340 | 116 | 75 |
| Binary | 1010000 | 1111001 | 11101001 | 1000010 | 110000 | 0 | 1001 | 11100000 | 1001110 | 111101 |
Color Harmonies of #5079E9
Complementary color
Monochromatic Colors of #5079E9
Black with #5079E9
Text Example
Text Example
White with #5079E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5079E9; }
p { color: rgb(80,121,233); }
H1.HeaderClassName
{
color: #5079E9;
}
.AnyTagClassName
{
color: #5079E9;
}
</style>
background-color css
<style>
a { background-color: #5079E9; }
a { background-color: rgb(80,121,233); }
div.DivClassName
{
background-color: #5079E9;
}
.BgClassName
{
background-color: #5079E9;
}
</style>
border-color css
<style>
span { border-color: #5079E9; }
span { border-color: rgb(80,121,233); }
td.TdClassName
{
border-color: #5079E9;
}
.TagClassName
{
border-color: #5079E9;
}
</style>