Shades of Royal Blue #5077FE
Tints of Royal Blue #5077FE
RGB
CMYK
RGB Variations
Color information
#5077FE (or 0x5077FE) is known color: Royal Blue. HEX triplet: 50, 77 and FE. RGB value is (80,119,254). Sum of RGB (Red+Green+Blue) = 80+119+254=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #5077FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5077FE is #AF8801. Grayscale: #7A7A7A. Windows color (decimal): -11503618 or 16676688. OLE color: 16676688.
HSL color Cylindrical-coordinate representation of color #5077FE: hue angle of 226.55º 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 #5077FE is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 119 | 254 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.00 |
| HSL | 226.55º | 0.99% | 0.65% | - |
| HSV(B) | 226.55º | 0.69% | 1% | - |
| XYZ | 27.79 | 22.05 | 96.56 | - |
| YUV | 122.73 | 202.08 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 119 | 254 | 0.69 | 0.53 | 0 | 0.00 | 226.55 | 0.99 | 0.65 |
| Hex | 50 | 77 | FE | 45 | 35 | 0 | 0 | E3 | 63 | 41 |
| Octal | 120 | 167 | 376 | 105 | 65 | 0 | 0 | 343 | 143 | 101 |
| Binary | 1010000 | 1110111 | 11111110 | 1000101 | 110101 | 0 | 0 | 11100011 | 1100011 | 1000001 |
Color Harmonies of #5077FE
Complementary color
Monochromatic Colors of #5077FE
Black with #5077FE
Text Example
Text Example
White with #5077FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5077FE; }
p { color: rgb(80,119,254); }
H1.HeaderClassName
{
color: #5077FE;
}
.AnyTagClassName
{
color: #5077FE;
}
</style>
background-color css
<style>
a { background-color: #5077FE; }
a { background-color: rgb(80,119,254); }
div.DivClassName
{
background-color: #5077FE;
}
.BgClassName
{
background-color: #5077FE;
}
</style>
border-color css
<style>
span { border-color: #5077FE; }
span { border-color: rgb(80,119,254); }
td.TdClassName
{
border-color: #5077FE;
}
.TagClassName
{
border-color: #5077FE;
}
</style>