Shades of Royal Blue #4071DB
Tints of Royal Blue #4071DB
RGB
CMYK
RGB Variations
Color information
#4071DB (or 0x4071DB) is known color: Royal Blue. HEX triplet: 40, 71 and DB. RGB value is (64,113,219). Sum of RGB (Red+Green+Blue) = 64+113+219=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #4071DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4071DB is #BF8E24. Grayscale: #6D6D6D. Windows color (decimal): -12553765 or 14381376. OLE color: 14381376.
HSL color Cylindrical-coordinate representation of color #4071DB: hue angle of 221.03º 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 #4071DB is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 113 | 219 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.14 |
| HSL | 221.03º | 0.68% | 0.55% | - |
| HSV(B) | 221.03º | 0.71% | 0.86% | - |
| XYZ | 20.81 | 18.01 | 69.4 | - |
| YUV | 110.43 | 189.27 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 219 | 0.71 | 0.48 | 0 | 0.14 | 221.03 | 0.68 | 0.55 |
| Hex | 40 | 71 | DB | 47 | 30 | 0 | E | DD | 44 | 37 |
| Octal | 100 | 161 | 333 | 107 | 60 | 0 | 16 | 335 | 104 | 67 |
| Binary | 1000000 | 1110001 | 11011011 | 1000111 | 110000 | 0 | 1110 | 11011101 | 1000100 | 110111 |
Color Harmonies of #4071DB
Complementary color
Monochromatic Colors of #4071DB
Black with #4071DB
Text Example
Text Example
White with #4071DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4071DB; }
p { color: rgb(64,113,219); }
H1.HeaderClassName
{
color: #4071DB;
}
.AnyTagClassName
{
color: #4071DB;
}
</style>
background-color css
<style>
a { background-color: #4071DB; }
a { background-color: rgb(64,113,219); }
div.DivClassName
{
background-color: #4071DB;
}
.BgClassName
{
background-color: #4071DB;
}
</style>
border-color css
<style>
span { border-color: #4071DB; }
span { border-color: rgb(64,113,219); }
td.TdClassName
{
border-color: #4071DB;
}
.TagClassName
{
border-color: #4071DB;
}
</style>