Shades of Royal Blue #5079FB
Tints of Royal Blue #5079FB
RGB
CMYK
RGB Variations
Color information
#5079FB (or 0x5079FB) is known color: Royal Blue. HEX triplet: 50, 79 and FB. RGB value is (80,121,251). Sum of RGB (Red+Green+Blue) = 80+121+251=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #5079FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5079FB is #AF8604. Grayscale: #7B7B7B. Windows color (decimal): -11503109 or 16480592. OLE color: 16480592.
HSL color Cylindrical-coordinate representation of color #5079FB: hue angle of 225.61º degrees, saturation: 0.96, 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 #5079FB is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 121 | 251 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.02 |
| HSL | 225.61º | 0.96% | 0.65% | - |
| HSV(B) | 225.61º | 0.68% | 0.98% | - |
| XYZ | 27.56 | 22.35 | 94.13 | - |
| YUV | 123.56 | 199.92 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 121 | 251 | 0.68 | 0.52 | 0 | 0.02 | 225.61 | 0.96 | 0.65 |
| Hex | 50 | 79 | FB | 44 | 34 | 0 | 2 | E2 | 60 | 41 |
| Octal | 120 | 171 | 373 | 104 | 64 | 0 | 2 | 342 | 140 | 101 |
| Binary | 1010000 | 1111001 | 11111011 | 1000100 | 110100 | 0 | 10 | 11100010 | 1100000 | 1000001 |
Color Harmonies of #5079FB
Complementary color
Monochromatic Colors of #5079FB
Black with #5079FB
Text Example
Text Example
White with #5079FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5079FB; }
p { color: rgb(80,121,251); }
H1.HeaderClassName
{
color: #5079FB;
}
.AnyTagClassName
{
color: #5079FB;
}
</style>
background-color css
<style>
a { background-color: #5079FB; }
a { background-color: rgb(80,121,251); }
div.DivClassName
{
background-color: #5079FB;
}
.BgClassName
{
background-color: #5079FB;
}
</style>
border-color css
<style>
span { border-color: #5079FB; }
span { border-color: rgb(80,121,251); }
td.TdClassName
{
border-color: #5079FB;
}
.TagClassName
{
border-color: #5079FB;
}
</style>