Shades of Royal Blue #5072CF
Tints of Royal Blue #5072CF
RGB
CMYK
RGB Variations
Color information
#5072CF (or 0x5072CF) is known color: Royal Blue. HEX triplet: 50, 72 and CF. RGB value is (80,114,207). Sum of RGB (Red+Green+Blue) = 80+114+207=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #5072CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5072CF is #AF8D30. Grayscale: #727272. Windows color (decimal): -11504945 or 13595216. OLE color: 13595216.
HSL color Cylindrical-coordinate representation of color #5072CF: hue angle of 223.94º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5072CF is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 114 | 207 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.19 |
| HSL | 223.94º | 0.57% | 0.56% | - |
| HSV(B) | 223.94º | 0.61% | 0.81% | - |
| XYZ | 20.59 | 18.25 | 61.47 | - |
| YUV | 114.44 | 180.24 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 207 | 0.61 | 0.45 | 0 | 0.19 | 223.94 | 0.57 | 0.56 |
| Hex | 50 | 72 | CF | 3D | 2D | 0 | 13 | E0 | 39 | 38 |
| Octal | 120 | 162 | 317 | 75 | 55 | 0 | 23 | 340 | 71 | 70 |
| Binary | 1010000 | 1110010 | 11001111 | 111101 | 101101 | 0 | 10011 | 11100000 | 111001 | 111000 |
Color Harmonies of #5072CF
Complementary color
Monochromatic Colors of #5072CF
Black with #5072CF
Text Example
Text Example
White with #5072CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5072CF; }
p { color: rgb(80,114,207); }
H1.HeaderClassName
{
color: #5072CF;
}
.AnyTagClassName
{
color: #5072CF;
}
</style>
background-color css
<style>
a { background-color: #5072CF; }
a { background-color: rgb(80,114,207); }
div.DivClassName
{
background-color: #5072CF;
}
.BgClassName
{
background-color: #5072CF;
}
</style>
border-color css
<style>
span { border-color: #5072CF; }
span { border-color: rgb(80,114,207); }
td.TdClassName
{
border-color: #5072CF;
}
.TagClassName
{
border-color: #5072CF;
}
</style>