Shades of Royal Blue #5074EC
Tints of Royal Blue #5074EC
RGB
CMYK
RGB Variations
Color information
#5074EC (or 0x5074EC) is known color: Royal Blue. HEX triplet: 50, 74 and EC. RGB value is (80,116,236). Sum of RGB (Red+Green+Blue) = 80+116+236=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #5074EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5074EC is #AF8B13. Grayscale: #767676. Windows color (decimal): -11504404 or 15496272. OLE color: 15496272.
HSL color Cylindrical-coordinate representation of color #5074EC: hue angle of 226.15º 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 #5074EC is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 116 | 236 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.07 |
| HSL | 226.15º | 0.8% | 0.62% | - |
| HSV(B) | 226.15º | 0.66% | 0.93% | - |
| XYZ | 24.69 | 20.25 | 81.96 | - |
| YUV | 118.92 | 194.07 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 236 | 0.66 | 0.51 | 0 | 0.07 | 226.15 | 0.8 | 0.62 |
| Hex | 50 | 74 | EC | 42 | 33 | 0 | 7 | E2 | 50 | 3E |
| Octal | 120 | 164 | 354 | 102 | 63 | 0 | 7 | 342 | 120 | 76 |
| Binary | 1010000 | 1110100 | 11101100 | 1000010 | 110011 | 0 | 111 | 11100010 | 1010000 | 111110 |
Color Harmonies of #5074EC
Complementary color
Monochromatic Colors of #5074EC
Black with #5074EC
Text Example
Text Example
White with #5074EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5074EC; }
p { color: rgb(80,116,236); }
H1.HeaderClassName
{
color: #5074EC;
}
.AnyTagClassName
{
color: #5074EC;
}
</style>
background-color css
<style>
a { background-color: #5074EC; }
a { background-color: rgb(80,116,236); }
div.DivClassName
{
background-color: #5074EC;
}
.BgClassName
{
background-color: #5074EC;
}
</style>
border-color css
<style>
span { border-color: #5074EC; }
span { border-color: rgb(80,116,236); }
td.TdClassName
{
border-color: #5074EC;
}
.TagClassName
{
border-color: #5074EC;
}
</style>