Shades of Royal Blue #5070E9
Tints of Royal Blue #5070E9
RGB
CMYK
RGB Variations
Color information
#5070E9 (or 0x5070E9) is known color: Royal Blue. HEX triplet: 50, 70 and E9. RGB value is (80,112,233). Sum of RGB (Red+Green+Blue) = 80+112+233=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 233 (91.41% from 255 or 54.82% from 425); Max value from RGB is 233 - color contains mainly: blue. Hex color #5070E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5070E9 is #AF8F16. Grayscale: #737373. Windows color (decimal): -11505431 or 15298640. OLE color: 15298640.
HSL color Cylindrical-coordinate representation of color #5070E9: hue angle of 227.45º 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 #5070E9 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 112 | 233 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.09 |
| HSL | 227.45º | 0.78% | 0.61% | - |
| HSV(B) | 227.45º | 0.66% | 0.91% | - |
| XYZ | 23.81 | 19.18 | 79.54 | - |
| YUV | 116.23 | 193.9 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 233 | 0.66 | 0.52 | 0 | 0.09 | 227.45 | 0.78 | 0.61 |
| Hex | 50 | 70 | E9 | 42 | 34 | 0 | 9 | E3 | 4E | 3D |
| Octal | 120 | 160 | 351 | 102 | 64 | 0 | 11 | 343 | 116 | 75 |
| Binary | 1010000 | 1110000 | 11101001 | 1000010 | 110100 | 0 | 1001 | 11100011 | 1001110 | 111101 |
Color Harmonies of #5070E9
Complementary color
Monochromatic Colors of #5070E9
Black with #5070E9
Text Example
Text Example
White with #5070E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5070E9; }
p { color: rgb(80,112,233); }
H1.HeaderClassName
{
color: #5070E9;
}
.AnyTagClassName
{
color: #5070E9;
}
</style>
background-color css
<style>
a { background-color: #5070E9; }
a { background-color: rgb(80,112,233); }
div.DivClassName
{
background-color: #5070E9;
}
.BgClassName
{
background-color: #5070E9;
}
</style>
border-color css
<style>
span { border-color: #5070E9; }
span { border-color: rgb(80,112,233); }
td.TdClassName
{
border-color: #5070E9;
}
.TagClassName
{
border-color: #5070E9;
}
</style>