Shades of Royal Blue #5071FF
Tints of Royal Blue #5071FF
RGB
CMYK
RGB Variations
Color information
#5071FF (or 0x5071FF) is known color: Royal Blue. HEX triplet: 50, 71 and FF. RGB value is (80,113,255). Sum of RGB (Red+Green+Blue) = 80+113+255=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #5071FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5071FF is #AF8E00. Grayscale: #767676. Windows color (decimal): -11505153 or 16740688. OLE color: 16740688.
HSL color Cylindrical-coordinate representation of color #5071FF: hue angle of 228.69º 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 #5071FF is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 113 | 255 | - |
| CMYK | 0.69 | 0.56 | 0 | 0 |
| HSL | 228.69º | 1% | 0.66% | - |
| HSV(B) | 228.69º | 0.69% | 1% | - |
| XYZ | 27.26 | 20.74 | 97.17 | - |
| YUV | 119.32 | 204.57 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 255 | 0.69 | 0.56 | 0 | 0 | 228.69 | 1 | 0.66 |
| Hex | 50 | 71 | FF | 45 | 38 | 0 | 0 | E5 | 64 | 42 |
| Octal | 120 | 161 | 377 | 105 | 70 | 0 | 0 | 345 | 144 | 102 |
| Binary | 1010000 | 1110001 | 11111111 | 1000101 | 111000 | 0 | 0 | 11100101 | 1100100 | 1000010 |
Color Harmonies of #5071FF
Complementary color
Monochromatic Colors of #5071FF
Black with #5071FF
Text Example
Text Example
White with #5071FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5071FF; }
p { color: rgb(80,113,255); }
H1.HeaderClassName
{
color: #5071FF;
}
.AnyTagClassName
{
color: #5071FF;
}
</style>
background-color css
<style>
a { background-color: #5071FF; }
a { background-color: rgb(80,113,255); }
div.DivClassName
{
background-color: #5071FF;
}
.BgClassName
{
background-color: #5071FF;
}
</style>
border-color css
<style>
span { border-color: #5071FF; }
span { border-color: rgb(80,113,255); }
td.TdClassName
{
border-color: #5071FF;
}
.TagClassName
{
border-color: #5071FF;
}
</style>