Shades of Royal Blue #5076FC
Tints of Royal Blue #5076FC
RGB
CMYK
RGB Variations
Color information
#5076FC (or 0x5076FC) is known color: Royal Blue. HEX triplet: 50, 76 and FC. RGB value is (80,118,252). Sum of RGB (Red+Green+Blue) = 80+118+252=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #5076FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5076FC is #AF8903. Grayscale: #797979. Windows color (decimal): -11503876 or 16545360. OLE color: 16545360.
HSL color Cylindrical-coordinate representation of color #5076FC: hue angle of 226.74º 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 #5076FC is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 118 | 252 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.01 |
| HSL | 226.74º | 0.97% | 0.65% | - |
| HSV(B) | 226.74º | 0.68% | 0.99% | - |
| XYZ | 27.36 | 21.69 | 94.84 | - |
| YUV | 121.91 | 201.41 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 252 | 0.68 | 0.53 | 0 | 0.01 | 226.74 | 0.97 | 0.65 |
| Hex | 50 | 76 | FC | 44 | 35 | 0 | 1 | E3 | 61 | 41 |
| Octal | 120 | 166 | 374 | 104 | 65 | 0 | 1 | 343 | 141 | 101 |
| Binary | 1010000 | 1110110 | 11111100 | 1000100 | 110101 | 0 | 1 | 11100011 | 1100001 | 1000001 |
Color Harmonies of #5076FC
Complementary color
Monochromatic Colors of #5076FC
Black with #5076FC
Text Example
Text Example
White with #5076FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5076FC; }
p { color: rgb(80,118,252); }
H1.HeaderClassName
{
color: #5076FC;
}
.AnyTagClassName
{
color: #5076FC;
}
</style>
background-color css
<style>
a { background-color: #5076FC; }
a { background-color: rgb(80,118,252); }
div.DivClassName
{
background-color: #5076FC;
}
.BgClassName
{
background-color: #5076FC;
}
</style>
border-color css
<style>
span { border-color: #5076FC; }
span { border-color: rgb(80,118,252); }
td.TdClassName
{
border-color: #5076FC;
}
.TagClassName
{
border-color: #5076FC;
}
</style>