Shades of Royal Blue #5079DF
Tints of Royal Blue #5079DF
RGB
CMYK
RGB Variations
Color information
#5079DF (or 0x5079DF) is known color: Royal Blue. HEX triplet: 50, 79 and DF. RGB value is (80,121,223). Sum of RGB (Red+Green+Blue) = 80+121+223=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #5079DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5079DF is #AF8620. Grayscale: #777777. Windows color (decimal): -11503137 or 14645584. OLE color: 14645584.
HSL color Cylindrical-coordinate representation of color #5079DF: hue angle of 222.8º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5079DF is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 121 | 223 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.13 |
| HSL | 222.8º | 0.69% | 0.59% | - |
| HSV(B) | 222.8º | 0.64% | 0.87% | - |
| XYZ | 23.46 | 20.71 | 72.57 | - |
| YUV | 120.37 | 185.92 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 121 | 223 | 0.64 | 0.46 | 0 | 0.13 | 222.8 | 0.69 | 0.59 |
| Hex | 50 | 79 | DF | 40 | 2E | 0 | D | DF | 45 | 3B |
| Octal | 120 | 171 | 337 | 100 | 56 | 0 | 15 | 337 | 105 | 73 |
| Binary | 1010000 | 1111001 | 11011111 | 1000000 | 101110 | 0 | 1101 | 11011111 | 1000101 | 111011 |
Color Harmonies of #5079DF
Complementary color
Monochromatic Colors of #5079DF
Black with #5079DF
Text Example
Text Example
White with #5079DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5079DF; }
p { color: rgb(80,121,223); }
H1.HeaderClassName
{
color: #5079DF;
}
.AnyTagClassName
{
color: #5079DF;
}
</style>
background-color css
<style>
a { background-color: #5079DF; }
a { background-color: rgb(80,121,223); }
div.DivClassName
{
background-color: #5079DF;
}
.BgClassName
{
background-color: #5079DF;
}
</style>
border-color css
<style>
span { border-color: #5079DF; }
span { border-color: rgb(80,121,223); }
td.TdClassName
{
border-color: #5079DF;
}
.TagClassName
{
border-color: #5079DF;
}
</style>