Shades of Royal Blue #5072FF
Tints of Royal Blue #5072FF
RGB
CMYK
RGB Variations
Color information
#5072FF (or 0x5072FF) is known color: Royal Blue. HEX triplet: 50, 72 and FF. RGB value is (80,114,255). Sum of RGB (Red+Green+Blue) = 80+114+255=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #5072FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5072FF is #AF8D00. Grayscale: #777777. Windows color (decimal): -11504897 or 16740944. OLE color: 16740944.
HSL color Cylindrical-coordinate representation of color #5072FF: hue angle of 228.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5072FF is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 114 | 255 | - |
| CMYK | 0.69 | 0.55 | 0 | 0 |
| HSL | 228.34º | 1% | 0.66% | - |
| HSV(B) | 228.34º | 0.69% | 1% | - |
| XYZ | 27.38 | 20.96 | 97.21 | - |
| YUV | 119.91 | 204.24 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 255 | 0.69 | 0.55 | 0 | 0 | 228.34 | 1 | 0.66 |
| Hex | 50 | 72 | FF | 45 | 37 | 0 | 0 | E4 | 64 | 42 |
| Octal | 120 | 162 | 377 | 105 | 67 | 0 | 0 | 344 | 144 | 102 |
| Binary | 1010000 | 1110010 | 11111111 | 1000101 | 110111 | 0 | 0 | 11100100 | 1100100 | 1000010 |
Color Harmonies of #5072FF
Complementary color
Monochromatic Colors of #5072FF
Black with #5072FF
Text Example
Text Example
White with #5072FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5072FF; }
p { color: rgb(80,114,255); }
H1.HeaderClassName
{
color: #5072FF;
}
.AnyTagClassName
{
color: #5072FF;
}
</style>
background-color css
<style>
a { background-color: #5072FF; }
a { background-color: rgb(80,114,255); }
div.DivClassName
{
background-color: #5072FF;
}
.BgClassName
{
background-color: #5072FF;
}
</style>
border-color css
<style>
span { border-color: #5072FF; }
span { border-color: rgb(80,114,255); }
td.TdClassName
{
border-color: #5072FF;
}
.TagClassName
{
border-color: #5072FF;
}
</style>