Shades of Royal Blue #5078DF
Tints of Royal Blue #5078DF
RGB
CMYK
RGB Variations
Color information
#5078DF (or 0x5078DF) is known color: Royal Blue. HEX triplet: 50, 78 and DF. RGB value is (80,120,223). Sum of RGB (Red+Green+Blue) = 80+120+223=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #5078DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5078DF is #AF8720. Grayscale: #777777. Windows color (decimal): -11503393 or 14645328. OLE color: 14645328.
HSL color Cylindrical-coordinate representation of color #5078DF: hue angle of 223.22º 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 #5078DF is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 120 | 223 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.13 |
| HSL | 223.22º | 0.69% | 0.59% | - |
| HSV(B) | 223.22º | 0.64% | 0.87% | - |
| XYZ | 23.34 | 20.47 | 72.53 | - |
| YUV | 119.78 | 186.25 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 223 | 0.64 | 0.46 | 0 | 0.13 | 223.22 | 0.69 | 0.59 |
| Hex | 50 | 78 | DF | 40 | 2E | 0 | D | DF | 45 | 3B |
| Octal | 120 | 170 | 337 | 100 | 56 | 0 | 15 | 337 | 105 | 73 |
| Binary | 1010000 | 1111000 | 11011111 | 1000000 | 101110 | 0 | 1101 | 11011111 | 1000101 | 111011 |
Color Harmonies of #5078DF
Complementary color
Monochromatic Colors of #5078DF
Black with #5078DF
Text Example
Text Example
White with #5078DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5078DF; }
p { color: rgb(80,120,223); }
H1.HeaderClassName
{
color: #5078DF;
}
.AnyTagClassName
{
color: #5078DF;
}
</style>
background-color css
<style>
a { background-color: #5078DF; }
a { background-color: rgb(80,120,223); }
div.DivClassName
{
background-color: #5078DF;
}
.BgClassName
{
background-color: #5078DF;
}
</style>
border-color css
<style>
span { border-color: #5078DF; }
span { border-color: rgb(80,120,223); }
td.TdClassName
{
border-color: #5078DF;
}
.TagClassName
{
border-color: #5078DF;
}
</style>