Shades of Royal Blue #5079FF
Tints of Royal Blue #5079FF
RGB
CMYK
RGB Variations
Color information
#5079FF (or 0x5079FF) is known color: Royal Blue. HEX triplet: 50, 79 and FF. RGB value is (80,121,255). Sum of RGB (Red+Green+Blue) = 80+121+255=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #5079FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5079FF is #AF8600. Grayscale: #7B7B7B. Windows color (decimal): -11503105 or 16742736. OLE color: 16742736.
HSL color Cylindrical-coordinate representation of color #5079FF: hue angle of 225.94º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5079FF is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 121 | 255 | - |
| CMYK | 0.69 | 0.53 | 0 | 0 |
| HSL | 225.94º | 1% | 0.66% | - |
| HSV(B) | 225.94º | 0.69% | 1% | - |
| XYZ | 28.2 | 22.6 | 97.48 | - |
| YUV | 124.02 | 201.92 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 121 | 255 | 0.69 | 0.53 | 0 | 0 | 225.94 | 1 | 0.66 |
| Hex | 50 | 79 | FF | 45 | 35 | 0 | 0 | E2 | 64 | 42 |
| Octal | 120 | 171 | 377 | 105 | 65 | 0 | 0 | 342 | 144 | 102 |
| Binary | 1010000 | 1111001 | 11111111 | 1000101 | 110101 | 0 | 0 | 11100010 | 1100100 | 1000010 |
Color Harmonies of #5079FF
Complementary color
Monochromatic Colors of #5079FF
Black with #5079FF
Text Example
Text Example
White with #5079FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5079FF; }
p { color: rgb(80,121,255); }
H1.HeaderClassName
{
color: #5079FF;
}
.AnyTagClassName
{
color: #5079FF;
}
</style>
background-color css
<style>
a { background-color: #5079FF; }
a { background-color: rgb(80,121,255); }
div.DivClassName
{
background-color: #5079FF;
}
.BgClassName
{
background-color: #5079FF;
}
</style>
border-color css
<style>
span { border-color: #5079FF; }
span { border-color: rgb(80,121,255); }
td.TdClassName
{
border-color: #5079FF;
}
.TagClassName
{
border-color: #5079FF;
}
</style>