Shades of Royal Blue #5072E8
Tints of Royal Blue #5072E8
RGB
CMYK
RGB Variations
Color information
#5072E8 (or 0x5072E8) is known color: Royal Blue. HEX triplet: 50, 72 and E8. RGB value is (80,114,232). Sum of RGB (Red+Green+Blue) = 80+114+232=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 232 (91.02% from 255 or 54.46% from 426); Max value from RGB is 232 - color contains mainly: blue. Hex color #5072E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5072E8 is #AF8D17. Grayscale: #747474. Windows color (decimal): -11504920 or 15233616. OLE color: 15233616.
HSL color Cylindrical-coordinate representation of color #5072E8: hue angle of 226.58º degrees, saturation: 0.77, 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 #5072E8 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 114 | 232 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.09 |
| HSL | 226.58º | 0.77% | 0.61% | - |
| HSV(B) | 226.58º | 0.66% | 0.91% | - |
| XYZ | 23.89 | 19.57 | 78.86 | - |
| YUV | 117.29 | 192.74 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 232 | 0.66 | 0.51 | 0 | 0.09 | 226.58 | 0.77 | 0.61 |
| Hex | 50 | 72 | E8 | 42 | 33 | 0 | 9 | E3 | 4D | 3D |
| Octal | 120 | 162 | 350 | 102 | 63 | 0 | 11 | 343 | 115 | 75 |
| Binary | 1010000 | 1110010 | 11101000 | 1000010 | 110011 | 0 | 1001 | 11100011 | 1001101 | 111101 |
Color Harmonies of #5072E8
Complementary color
Monochromatic Colors of #5072E8
Black with #5072E8
Text Example
Text Example
White with #5072E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5072E8; }
p { color: rgb(80,114,232); }
H1.HeaderClassName
{
color: #5072E8;
}
.AnyTagClassName
{
color: #5072E8;
}
</style>
background-color css
<style>
a { background-color: #5072E8; }
a { background-color: rgb(80,114,232); }
div.DivClassName
{
background-color: #5072E8;
}
.BgClassName
{
background-color: #5072E8;
}
</style>
border-color css
<style>
span { border-color: #5072E8; }
span { border-color: rgb(80,114,232); }
td.TdClassName
{
border-color: #5072E8;
}
.TagClassName
{
border-color: #5072E8;
}
</style>