Shades of Royal Blue #5076FD
Tints of Royal Blue #5076FD
RGB
CMYK
RGB Variations
Color information
#5076FD (or 0x5076FD) is known color: Royal Blue. HEX triplet: 50, 76 and FD. RGB value is (80,118,253). Sum of RGB (Red+Green+Blue) = 80+118+253=451 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.74% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #5076FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5076FD is #AF8902. Grayscale: #797979. Windows color (decimal): -11503875 or 16610896. OLE color: 16610896.
HSL color Cylindrical-coordinate representation of color #5076FD: hue angle of 226.82º degrees, saturation: 0.98, 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 #5076FD is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 118 | 253 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.01 |
| HSL | 226.82º | 0.98% | 0.65% | - |
| HSV(B) | 226.82º | 0.68% | 0.99% | - |
| XYZ | 27.52 | 21.75 | 95.68 | - |
| YUV | 122.03 | 201.91 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 253 | 0.68 | 0.53 | 0 | 0.01 | 226.82 | 0.98 | 0.65 |
| Hex | 50 | 76 | FD | 44 | 35 | 0 | 1 | E3 | 62 | 41 |
| Octal | 120 | 166 | 375 | 104 | 65 | 0 | 1 | 343 | 142 | 101 |
| Binary | 1010000 | 1110110 | 11111101 | 1000100 | 110101 | 0 | 1 | 11100011 | 1100010 | 1000001 |
Color Harmonies of #5076FD
Complementary color
Monochromatic Colors of #5076FD
Black with #5076FD
Text Example
Text Example
White with #5076FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5076FD; }
p { color: rgb(80,118,253); }
H1.HeaderClassName
{
color: #5076FD;
}
.AnyTagClassName
{
color: #5076FD;
}
</style>
background-color css
<style>
a { background-color: #5076FD; }
a { background-color: rgb(80,118,253); }
div.DivClassName
{
background-color: #5076FD;
}
.BgClassName
{
background-color: #5076FD;
}
</style>
border-color css
<style>
span { border-color: #5076FD; }
span { border-color: rgb(80,118,253); }
td.TdClassName
{
border-color: #5076FD;
}
.TagClassName
{
border-color: #5076FD;
}
</style>