Shades of Royal Blue #5068DB
Tints of Royal Blue #5068DB
RGB
CMYK
RGB Variations
Color information
#5068DB (or 0x5068DB) is known color: Royal Blue. HEX triplet: 50, 68 and DB. RGB value is (80,104,219). Sum of RGB (Red+Green+Blue) = 80+104+219=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #5068DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5068DB is #AF9724. Grayscale: #6D6D6D. Windows color (decimal): -11507493 or 14379088. OLE color: 14379088.
HSL color Cylindrical-coordinate representation of color #5068DB: hue angle of 229.64º 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 #5068DB is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 104 | 219 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.14 |
| HSL | 229.64º | 0.66% | 0.59% | - |
| HSV(B) | 229.64º | 0.63% | 0.86% | - |
| XYZ | 21.04 | 16.72 | 69.14 | - |
| YUV | 109.93 | 189.55 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 219 | 0.63 | 0.53 | 0 | 0.14 | 229.64 | 0.66 | 0.59 |
| Hex | 50 | 68 | DB | 3F | 35 | 0 | E | E6 | 42 | 3B |
| Octal | 120 | 150 | 333 | 77 | 65 | 0 | 16 | 346 | 102 | 73 |
| Binary | 1010000 | 1101000 | 11011011 | 111111 | 110101 | 0 | 1110 | 11100110 | 1000010 | 111011 |
Color Harmonies of #5068DB
Complementary color
Monochromatic Colors of #5068DB
Black with #5068DB
Text Example
Text Example
White with #5068DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5068DB; }
p { color: rgb(80,104,219); }
H1.HeaderClassName
{
color: #5068DB;
}
.AnyTagClassName
{
color: #5068DB;
}
</style>
background-color css
<style>
a { background-color: #5068DB; }
a { background-color: rgb(80,104,219); }
div.DivClassName
{
background-color: #5068DB;
}
.BgClassName
{
background-color: #5068DB;
}
</style>
border-color css
<style>
span { border-color: #5068DB; }
span { border-color: rgb(80,104,219); }
td.TdClassName
{
border-color: #5068DB;
}
.TagClassName
{
border-color: #5068DB;
}
</style>