Shades of Royal Blue #5074FF
Tints of Royal Blue #5074FF
RGB
CMYK
RGB Variations
Color information
#5074FF (or 0x5074FF) is known color: Royal Blue. HEX triplet: 50, 74 and FF. RGB value is (80,116,255). Sum of RGB (Red+Green+Blue) = 80+116+255=451 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.74% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #5074FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5074FF is #AF8B00. Grayscale: #787878. Windows color (decimal): -11504385 or 16741456. OLE color: 16741456.
HSL color Cylindrical-coordinate representation of color #5074FF: hue angle of 227.66º 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 #5074FF is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 116 | 255 | - |
| CMYK | 0.69 | 0.55 | 0 | 0 |
| HSL | 227.66º | 1% | 0.66% | - |
| HSV(B) | 227.66º | 0.69% | 1% | - |
| XYZ | 27.6 | 21.42 | 97.29 | - |
| YUV | 121.08 | 203.57 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 255 | 0.69 | 0.55 | 0 | 0 | 227.66 | 1 | 0.66 |
| Hex | 50 | 74 | FF | 45 | 37 | 0 | 0 | E4 | 64 | 42 |
| Octal | 120 | 164 | 377 | 105 | 67 | 0 | 0 | 344 | 144 | 102 |
| Binary | 1010000 | 1110100 | 11111111 | 1000101 | 110111 | 0 | 0 | 11100100 | 1100100 | 1000010 |
Color Harmonies of #5074FF
Complementary color
Monochromatic Colors of #5074FF
Black with #5074FF
Text Example
Text Example
White with #5074FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5074FF; }
p { color: rgb(80,116,255); }
H1.HeaderClassName
{
color: #5074FF;
}
.AnyTagClassName
{
color: #5074FF;
}
</style>
background-color css
<style>
a { background-color: #5074FF; }
a { background-color: rgb(80,116,255); }
div.DivClassName
{
background-color: #5074FF;
}
.BgClassName
{
background-color: #5074FF;
}
</style>
border-color css
<style>
span { border-color: #5074FF; }
span { border-color: rgb(80,116,255); }
td.TdClassName
{
border-color: #5074FF;
}
.TagClassName
{
border-color: #5074FF;
}
</style>