Shades of Royal Blue #5076F9
Tints of Royal Blue #5076F9
RGB
CMYK
RGB Variations
Color information
#5076F9 (or 0x5076F9) is known color: Royal Blue. HEX triplet: 50, 76 and F9. RGB value is (80,118,249). Sum of RGB (Red+Green+Blue) = 80+118+249=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 249 (97.66% from 255 or 55.70% from 447); Max value from RGB is 249 - color contains mainly: blue. Hex color #5076F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5076F9 is #AF8906. Grayscale: #797979. Windows color (decimal): -11503879 or 16348752. OLE color: 16348752.
HSL color Cylindrical-coordinate representation of color #5076F9: hue angle of 226.51º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5076F9 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 118 | 249 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.02 |
| HSL | 226.51º | 0.93% | 0.65% | - |
| HSV(B) | 226.51º | 0.68% | 0.98% | - |
| XYZ | 26.89 | 21.5 | 92.36 | - |
| YUV | 121.57 | 199.91 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 249 | 0.68 | 0.53 | 0 | 0.02 | 226.51 | 0.93 | 0.65 |
| Hex | 50 | 76 | F9 | 44 | 35 | 0 | 2 | E3 | 5D | 41 |
| Octal | 120 | 166 | 371 | 104 | 65 | 0 | 2 | 343 | 135 | 101 |
| Binary | 1010000 | 1110110 | 11111001 | 1000100 | 110101 | 0 | 10 | 11100011 | 1011101 | 1000001 |
Color Harmonies of #5076F9
Complementary color
Monochromatic Colors of #5076F9
Black with #5076F9
Text Example
Text Example
White with #5076F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5076F9; }
p { color: rgb(80,118,249); }
H1.HeaderClassName
{
color: #5076F9;
}
.AnyTagClassName
{
color: #5076F9;
}
</style>
background-color css
<style>
a { background-color: #5076F9; }
a { background-color: rgb(80,118,249); }
div.DivClassName
{
background-color: #5076F9;
}
.BgClassName
{
background-color: #5076F9;
}
</style>
border-color css
<style>
span { border-color: #5076F9; }
span { border-color: rgb(80,118,249); }
td.TdClassName
{
border-color: #5076F9;
}
.TagClassName
{
border-color: #5076F9;
}
</style>