Shades of Royal Blue #5070DB
Tints of Royal Blue #5070DB
RGB
CMYK
RGB Variations
Color information
#5070DB (or 0x5070DB) is known color: Royal Blue. HEX triplet: 50, 70 and DB. RGB value is (80,112,219). Sum of RGB (Red+Green+Blue) = 80+112+219=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #5070DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5070DB is #AF8F24. Grayscale: #727272. Windows color (decimal): -11505445 or 14381136. OLE color: 14381136.
HSL color Cylindrical-coordinate representation of color #5070DB: hue angle of 226.19º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5070DB is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 112 | 219 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.14 |
| HSL | 226.19º | 0.66% | 0.59% | - |
| HSV(B) | 226.19º | 0.63% | 0.86% | - |
| XYZ | 21.89 | 18.41 | 69.42 | - |
| YUV | 114.63 | 186.9 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 219 | 0.63 | 0.49 | 0 | 0.14 | 226.19 | 0.66 | 0.59 |
| Hex | 50 | 70 | DB | 3F | 31 | 0 | E | E2 | 42 | 3B |
| Octal | 120 | 160 | 333 | 77 | 61 | 0 | 16 | 342 | 102 | 73 |
| Binary | 1010000 | 1110000 | 11011011 | 111111 | 110001 | 0 | 1110 | 11100010 | 1000010 | 111011 |
Color Harmonies of #5070DB
Complementary color
Monochromatic Colors of #5070DB
Black with #5070DB
Text Example
Text Example
White with #5070DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5070DB; }
p { color: rgb(80,112,219); }
H1.HeaderClassName
{
color: #5070DB;
}
.AnyTagClassName
{
color: #5070DB;
}
</style>
background-color css
<style>
a { background-color: #5070DB; }
a { background-color: rgb(80,112,219); }
div.DivClassName
{
background-color: #5070DB;
}
.BgClassName
{
background-color: #5070DB;
}
</style>
border-color css
<style>
span { border-color: #5070DB; }
span { border-color: rgb(80,112,219); }
td.TdClassName
{
border-color: #5070DB;
}
.TagClassName
{
border-color: #5070DB;
}
</style>