Shades of Royal Blue #5074D9
Tints of Royal Blue #5074D9
RGB
CMYK
RGB Variations
Color information
#5074D9 (or 0x5074D9) is known color: Royal Blue. HEX triplet: 50, 74 and D9. RGB value is (80,116,217). Sum of RGB (Red+Green+Blue) = 80+116+217=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 217 (85.16% from 255 or 52.54% from 413); Max value from RGB is 217 - color contains mainly: blue. Hex color #5074D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5074D9 is #AF8B26. Grayscale: #747474. Windows color (decimal): -11504423 or 14251088. OLE color: 14251088.
HSL color Cylindrical-coordinate representation of color #5074D9: hue angle of 224.23º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5074D9 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 116 | 217 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.15 |
| HSL | 224.23º | 0.64% | 0.58% | - |
| HSV(B) | 224.23º | 0.63% | 0.85% | - |
| XYZ | 22.08 | 19.21 | 68.19 | - |
| YUV | 116.75 | 184.57 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 217 | 0.63 | 0.47 | 0 | 0.15 | 224.23 | 0.64 | 0.58 |
| Hex | 50 | 74 | D9 | 3F | 2F | 0 | F | E0 | 40 | 3A |
| Octal | 120 | 164 | 331 | 77 | 57 | 0 | 17 | 340 | 100 | 72 |
| Binary | 1010000 | 1110100 | 11011001 | 111111 | 101111 | 0 | 1111 | 11100000 | 1000000 | 111010 |
Color Harmonies of #5074D9
Complementary color
Monochromatic Colors of #5074D9
Black with #5074D9
Text Example
Text Example
White with #5074D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5074D9; }
p { color: rgb(80,116,217); }
H1.HeaderClassName
{
color: #5074D9;
}
.AnyTagClassName
{
color: #5074D9;
}
</style>
background-color css
<style>
a { background-color: #5074D9; }
a { background-color: rgb(80,116,217); }
div.DivClassName
{
background-color: #5074D9;
}
.BgClassName
{
background-color: #5074D9;
}
</style>
border-color css
<style>
span { border-color: #5074D9; }
span { border-color: rgb(80,116,217); }
td.TdClassName
{
border-color: #5074D9;
}
.TagClassName
{
border-color: #5074D9;
}
</style>