Shades of Royal Blue #5078DA
Tints of Royal Blue #5078DA
RGB
CMYK
RGB Variations
Color information
#5078DA (or 0x5078DA) is known color: Royal Blue. HEX triplet: 50, 78 and DA. RGB value is (80,120,218). Sum of RGB (Red+Green+Blue) = 80+120+218=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #5078DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5078DA is #AF8725. Grayscale: #767676. Windows color (decimal): -11503398 or 14317648. OLE color: 14317648.
HSL color Cylindrical-coordinate representation of color #5078DA: hue angle of 222.61º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5078DA is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 120 | 218 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.15 |
| HSL | 222.61º | 0.65% | 0.58% | - |
| HSV(B) | 222.61º | 0.63% | 0.85% | - |
| XYZ | 22.68 | 20.2 | 69.03 | - |
| YUV | 119.21 | 183.75 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 218 | 0.63 | 0.45 | 0 | 0.15 | 222.61 | 0.65 | 0.58 |
| Hex | 50 | 78 | DA | 3F | 2D | 0 | F | DF | 41 | 3A |
| Octal | 120 | 170 | 332 | 77 | 55 | 0 | 17 | 337 | 101 | 72 |
| Binary | 1010000 | 1111000 | 11011010 | 111111 | 101101 | 0 | 1111 | 11011111 | 1000001 | 111010 |
Color Harmonies of #5078DA
Complementary color
Monochromatic Colors of #5078DA
Black with #5078DA
Text Example
Text Example
White with #5078DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5078DA; }
p { color: rgb(80,120,218); }
H1.HeaderClassName
{
color: #5078DA;
}
.AnyTagClassName
{
color: #5078DA;
}
</style>
background-color css
<style>
a { background-color: #5078DA; }
a { background-color: rgb(80,120,218); }
div.DivClassName
{
background-color: #5078DA;
}
.BgClassName
{
background-color: #5078DA;
}
</style>
border-color css
<style>
span { border-color: #5078DA; }
span { border-color: rgb(80,120,218); }
td.TdClassName
{
border-color: #5078DA;
}
.TagClassName
{
border-color: #5078DA;
}
</style>