Shades of Royal Blue #5071FC
Tints of Royal Blue #5071FC
RGB
CMYK
RGB Variations
Color information
#5071FC (or 0x5071FC) is known color: Royal Blue. HEX triplet: 50, 71 and FC. RGB value is (80,113,252). Sum of RGB (Red+Green+Blue) = 80+113+252=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #5071FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5071FC is #AF8E03. Grayscale: #767676. Windows color (decimal): -11505156 or 16544080. OLE color: 16544080.
HSL color Cylindrical-coordinate representation of color #5071FC: hue angle of 228.49º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5071FC is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 113 | 252 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.01 |
| HSL | 228.49º | 0.97% | 0.65% | - |
| HSV(B) | 228.49º | 0.68% | 0.99% | - |
| XYZ | 26.78 | 20.54 | 94.65 | - |
| YUV | 118.98 | 203.07 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 252 | 0.68 | 0.55 | 0 | 0.01 | 228.49 | 0.97 | 0.65 |
| Hex | 50 | 71 | FC | 44 | 37 | 0 | 1 | E4 | 61 | 41 |
| Octal | 120 | 161 | 374 | 104 | 67 | 0 | 1 | 344 | 141 | 101 |
| Binary | 1010000 | 1110001 | 11111100 | 1000100 | 110111 | 0 | 1 | 11100100 | 1100001 | 1000001 |
Color Harmonies of #5071FC
Complementary color
Monochromatic Colors of #5071FC
Black with #5071FC
Text Example
Text Example
White with #5071FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5071FC; }
p { color: rgb(80,113,252); }
H1.HeaderClassName
{
color: #5071FC;
}
.AnyTagClassName
{
color: #5071FC;
}
</style>
background-color css
<style>
a { background-color: #5071FC; }
a { background-color: rgb(80,113,252); }
div.DivClassName
{
background-color: #5071FC;
}
.BgClassName
{
background-color: #5071FC;
}
</style>
border-color css
<style>
span { border-color: #5071FC; }
span { border-color: rgb(80,113,252); }
td.TdClassName
{
border-color: #5071FC;
}
.TagClassName
{
border-color: #5071FC;
}
</style>