Shades of Royal Blue #5072FA
Tints of Royal Blue #5072FA
RGB
CMYK
RGB Variations
Color information
#5072FA (or 0x5072FA) is known color: Royal Blue. HEX triplet: 50, 72 and FA. RGB value is (80,114,250). Sum of RGB (Red+Green+Blue) = 80+114+250=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #5072FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5072FA is #AF8D05. Grayscale: #767676. Windows color (decimal): -11504902 or 16413264. OLE color: 16413264.
HSL color Cylindrical-coordinate representation of color #5072FA: hue angle of 228º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5072FA is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 114 | 250 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.02 |
| HSL | 228º | 0.94% | 0.65% | - |
| HSV(B) | 228º | 0.68% | 0.98% | - |
| XYZ | 26.58 | 20.64 | 93.03 | - |
| YUV | 119.34 | 201.74 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 250 | 0.68 | 0.54 | 0 | 0.02 | 228 | 0.94 | 0.65 |
| Hex | 50 | 72 | FA | 44 | 36 | 0 | 2 | E4 | 5E | 41 |
| Octal | 120 | 162 | 372 | 104 | 66 | 0 | 2 | 344 | 136 | 101 |
| Binary | 1010000 | 1110010 | 11111010 | 1000100 | 110110 | 0 | 10 | 11100100 | 1011110 | 1000001 |
Color Harmonies of #5072FA
Complementary color
Monochromatic Colors of #5072FA
Black with #5072FA
Text Example
Text Example
White with #5072FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5072FA; }
p { color: rgb(80,114,250); }
H1.HeaderClassName
{
color: #5072FA;
}
.AnyTagClassName
{
color: #5072FA;
}
</style>
background-color css
<style>
a { background-color: #5072FA; }
a { background-color: rgb(80,114,250); }
div.DivClassName
{
background-color: #5072FA;
}
.BgClassName
{
background-color: #5072FA;
}
</style>
border-color css
<style>
span { border-color: #5072FA; }
span { border-color: rgb(80,114,250); }
td.TdClassName
{
border-color: #5072FA;
}
.TagClassName
{
border-color: #5072FA;
}
</style>