Shades of Royal Blue #5076FE
Tints of Royal Blue #5076FE
RGB
CMYK
RGB Variations
Color information
#5076FE (or 0x5076FE) is known color: Royal Blue. HEX triplet: 50, 76 and FE. RGB value is (80,118,254). Sum of RGB (Red+Green+Blue) = 80+118+254=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #5076FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5076FE is #AF8901. Grayscale: #797979. Windows color (decimal): -11503874 or 16676432. OLE color: 16676432.
HSL color Cylindrical-coordinate representation of color #5076FE: hue angle of 226.9º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5076FE is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 118 | 254 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.00 |
| HSL | 226.9º | 0.99% | 0.65% | - |
| HSV(B) | 226.9º | 0.69% | 1% | - |
| XYZ | 27.68 | 21.82 | 96.52 | - |
| YUV | 122.14 | 202.41 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 254 | 0.69 | 0.54 | 0 | 0.00 | 226.9 | 0.99 | 0.65 |
| Hex | 50 | 76 | FE | 45 | 36 | 0 | 0 | E3 | 63 | 41 |
| Octal | 120 | 166 | 376 | 105 | 66 | 0 | 0 | 343 | 143 | 101 |
| Binary | 1010000 | 1110110 | 11111110 | 1000101 | 110110 | 0 | 0 | 11100011 | 1100011 | 1000001 |
Color Harmonies of #5076FE
Complementary color
Monochromatic Colors of #5076FE
Black with #5076FE
Text Example
Text Example
White with #5076FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5076FE; }
p { color: rgb(80,118,254); }
H1.HeaderClassName
{
color: #5076FE;
}
.AnyTagClassName
{
color: #5076FE;
}
</style>
background-color css
<style>
a { background-color: #5076FE; }
a { background-color: rgb(80,118,254); }
div.DivClassName
{
background-color: #5076FE;
}
.BgClassName
{
background-color: #5076FE;
}
</style>
border-color css
<style>
span { border-color: #5076FE; }
span { border-color: rgb(80,118,254); }
td.TdClassName
{
border-color: #5076FE;
}
.TagClassName
{
border-color: #5076FE;
}
</style>