Shades of Royal Blue #4070DB
Tints of Royal Blue #4070DB
RGB
CMYK
RGB Variations
Color information
#4070DB (or 0x4070DB) is known color: Royal Blue. HEX triplet: 40, 70 and DB. RGB value is (64,112,219). Sum of RGB (Red+Green+Blue) = 64+112+219=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #4070DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4070DB is #BF8F24. Grayscale: #6D6D6D. Windows color (decimal): -12554021 or 14381120. OLE color: 14381120.
HSL color Cylindrical-coordinate representation of color #4070DB: hue angle of 221.42º 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 #4070DB is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 112 | 219 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.14 |
| HSL | 221.42º | 0.68% | 0.55% | - |
| HSV(B) | 221.42º | 0.71% | 0.86% | - |
| XYZ | 20.69 | 17.79 | 69.36 | - |
| YUV | 109.85 | 189.6 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 219 | 0.71 | 0.49 | 0 | 0.14 | 221.42 | 0.68 | 0.55 |
| Hex | 40 | 70 | DB | 47 | 31 | 0 | E | DD | 44 | 37 |
| Octal | 100 | 160 | 333 | 107 | 61 | 0 | 16 | 335 | 104 | 67 |
| Binary | 1000000 | 1110000 | 11011011 | 1000111 | 110001 | 0 | 1110 | 11011101 | 1000100 | 110111 |
Color Harmonies of #4070DB
Complementary color
Monochromatic Colors of #4070DB
Black with #4070DB
Text Example
Text Example
White with #4070DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4070DB; }
p { color: rgb(64,112,219); }
H1.HeaderClassName
{
color: #4070DB;
}
.AnyTagClassName
{
color: #4070DB;
}
</style>
background-color css
<style>
a { background-color: #4070DB; }
a { background-color: rgb(64,112,219); }
div.DivClassName
{
background-color: #4070DB;
}
.BgClassName
{
background-color: #4070DB;
}
</style>
border-color css
<style>
span { border-color: #4070DB; }
span { border-color: rgb(64,112,219); }
td.TdClassName
{
border-color: #4070DB;
}
.TagClassName
{
border-color: #4070DB;
}
</style>