Shades of Royal Blue #5072D3
Tints of Royal Blue #5072D3
RGB
CMYK
RGB Variations
Color information
#5072D3 (or 0x5072D3) is known color: Royal Blue. HEX triplet: 50, 72 and D3. RGB value is (80,114,211). Sum of RGB (Red+Green+Blue) = 80+114+211=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 211 (82.81% from 255 or 52.10% from 405); Max value from RGB is 211 - color contains mainly: blue. Hex color #5072D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5072D3 is #AF8D2C. Grayscale: #727272. Windows color (decimal): -11504941 or 13857360. OLE color: 13857360.
HSL color Cylindrical-coordinate representation of color #5072D3: hue angle of 224.43º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5072D3 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 114 | 211 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.17 |
| HSL | 224.43º | 0.6% | 0.57% | - |
| HSV(B) | 224.43º | 0.62% | 0.83% | - |
| XYZ | 21.08 | 18.44 | 64.08 | - |
| YUV | 114.89 | 182.24 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 211 | 0.62 | 0.46 | 0 | 0.17 | 224.43 | 0.6 | 0.57 |
| Hex | 50 | 72 | D3 | 3E | 2E | 0 | 11 | E0 | 3C | 39 |
| Octal | 120 | 162 | 323 | 76 | 56 | 0 | 21 | 340 | 74 | 71 |
| Binary | 1010000 | 1110010 | 11010011 | 111110 | 101110 | 0 | 10001 | 11100000 | 111100 | 111001 |
Color Harmonies of #5072D3
Complementary color
Monochromatic Colors of #5072D3
Black with #5072D3
Text Example
Text Example
White with #5072D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5072D3; }
p { color: rgb(80,114,211); }
H1.HeaderClassName
{
color: #5072D3;
}
.AnyTagClassName
{
color: #5072D3;
}
</style>
background-color css
<style>
a { background-color: #5072D3; }
a { background-color: rgb(80,114,211); }
div.DivClassName
{
background-color: #5072D3;
}
.BgClassName
{
background-color: #5072D3;
}
</style>
border-color css
<style>
span { border-color: #5072D3; }
span { border-color: rgb(80,114,211); }
td.TdClassName
{
border-color: #5072D3;
}
.TagClassName
{
border-color: #5072D3;
}
</style>