Shades of Royal Blue #5071DB
Tints of Royal Blue #5071DB
RGB
CMYK
RGB Variations
Color information
#5071DB (or 0x5071DB) is known color: Royal Blue. HEX triplet: 50, 71 and DB. RGB value is (80,113,219). Sum of RGB (Red+Green+Blue) = 80+113+219=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #5071DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5071DB is #AF8E24. Grayscale: #727272. Windows color (decimal): -11505189 or 14381392. OLE color: 14381392.
HSL color Cylindrical-coordinate representation of color #5071DB: hue angle of 225.76º 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 #5071DB is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 113 | 219 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.14 |
| HSL | 225.76º | 0.66% | 0.59% | - |
| HSV(B) | 225.76º | 0.63% | 0.86% | - |
| XYZ | 22 | 18.63 | 69.45 | - |
| YUV | 115.22 | 186.57 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 219 | 0.63 | 0.48 | 0 | 0.14 | 225.76 | 0.66 | 0.59 |
| Hex | 50 | 71 | DB | 3F | 30 | 0 | E | E2 | 42 | 3B |
| Octal | 120 | 161 | 333 | 77 | 60 | 0 | 16 | 342 | 102 | 73 |
| Binary | 1010000 | 1110001 | 11011011 | 111111 | 110000 | 0 | 1110 | 11100010 | 1000010 | 111011 |
Color Harmonies of #5071DB
Complementary color
Monochromatic Colors of #5071DB
Black with #5071DB
Text Example
Text Example
White with #5071DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5071DB; }
p { color: rgb(80,113,219); }
H1.HeaderClassName
{
color: #5071DB;
}
.AnyTagClassName
{
color: #5071DB;
}
</style>
background-color css
<style>
a { background-color: #5071DB; }
a { background-color: rgb(80,113,219); }
div.DivClassName
{
background-color: #5071DB;
}
.BgClassName
{
background-color: #5071DB;
}
</style>
border-color css
<style>
span { border-color: #5071DB; }
span { border-color: rgb(80,113,219); }
td.TdClassName
{
border-color: #5071DB;
}
.TagClassName
{
border-color: #5071DB;
}
</style>