Shades of Royal Blue #5070DA
Tints of Royal Blue #5070DA
RGB
CMYK
RGB Variations
Color information
#5070DA (or 0x5070DA) is known color: Royal Blue. HEX triplet: 50, 70 and DA. RGB value is (80,112,218). Sum of RGB (Red+Green+Blue) = 80+112+218=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #5070DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5070DA is #AF8F25. Grayscale: #727272. Windows color (decimal): -11505446 or 14315600. OLE color: 14315600.
HSL color Cylindrical-coordinate representation of color #5070DA: hue angle of 226.09º 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 #5070DA is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 112 | 218 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.15 |
| HSL | 226.09º | 0.65% | 0.58% | - |
| HSV(B) | 226.09º | 0.63% | 0.85% | - |
| XYZ | 21.76 | 18.36 | 68.73 | - |
| YUV | 114.52 | 186.4 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 218 | 0.63 | 0.49 | 0 | 0.15 | 226.09 | 0.65 | 0.58 |
| Hex | 50 | 70 | DA | 3F | 31 | 0 | F | E2 | 41 | 3A |
| Octal | 120 | 160 | 332 | 77 | 61 | 0 | 17 | 342 | 101 | 72 |
| Binary | 1010000 | 1110000 | 11011010 | 111111 | 110001 | 0 | 1111 | 11100010 | 1000001 | 111010 |
Color Harmonies of #5070DA
Complementary color
Monochromatic Colors of #5070DA
Black with #5070DA
Text Example
Text Example
White with #5070DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5070DA; }
p { color: rgb(80,112,218); }
H1.HeaderClassName
{
color: #5070DA;
}
.AnyTagClassName
{
color: #5070DA;
}
</style>
background-color css
<style>
a { background-color: #5070DA; }
a { background-color: rgb(80,112,218); }
div.DivClassName
{
background-color: #5070DA;
}
.BgClassName
{
background-color: #5070DA;
}
</style>
border-color css
<style>
span { border-color: #5070DA; }
span { border-color: rgb(80,112,218); }
td.TdClassName
{
border-color: #5070DA;
}
.TagClassName
{
border-color: #5070DA;
}
</style>