Shades of Royal Blue #4080DB
Tints of Royal Blue #4080DB
RGB
CMYK
RGB Variations
Color information
#4080DB (or 0x4080DB) is known color: Royal Blue. HEX triplet: 40, 80 and DB. RGB value is (64,128,219). Sum of RGB (Red+Green+Blue) = 64+128+219=411 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.57% from 411); Green value is 128 (50.39% from 255 or 31.14% 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 #4080DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4080DB is #BF7F24. Grayscale: #767676. Windows color (decimal): -12549925 or 14385216. OLE color: 14385216.
HSL color Cylindrical-coordinate representation of color #4080DB: hue angle of 215.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4080DB is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 128 | 219 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.14 |
| HSL | 215.23º | 0.68% | 0.55% | - |
| HSV(B) | 215.23º | 0.71% | 0.86% | - |
| XYZ | 22.62 | 21.64 | 70 | - |
| YUV | 119.24 | 184.3 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 128 | 219 | 0.71 | 0.42 | 0 | 0.14 | 215.23 | 0.68 | 0.55 |
| Hex | 40 | 80 | DB | 47 | 2A | 0 | E | D7 | 44 | 37 |
| Octal | 100 | 200 | 333 | 107 | 52 | 0 | 16 | 327 | 104 | 67 |
| Binary | 1000000 | 10000000 | 11011011 | 1000111 | 101010 | 0 | 1110 | 11010111 | 1000100 | 110111 |
Color Harmonies of #4080DB
Complementary color
Monochromatic Colors of #4080DB
Black with #4080DB
Text Example
Text Example
White with #4080DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4080DB; }
p { color: rgb(64,128,219); }
H1.HeaderClassName
{
color: #4080DB;
}
.AnyTagClassName
{
color: #4080DB;
}
</style>
background-color css
<style>
a { background-color: #4080DB; }
a { background-color: rgb(64,128,219); }
div.DivClassName
{
background-color: #4080DB;
}
.BgClassName
{
background-color: #4080DB;
}
</style>
border-color css
<style>
span { border-color: #4080DB; }
span { border-color: rgb(64,128,219); }
td.TdClassName
{
border-color: #4080DB;
}
.TagClassName
{
border-color: #4080DB;
}
</style>