Shades of Royal Blue #4070DC
Tints of Royal Blue #4070DC
RGB
CMYK
RGB Variations
Color information
#4070DC (or 0x4070DC) is known color: Royal Blue. HEX triplet: 40, 70 and DC. RGB value is (64,112,220). Sum of RGB (Red+Green+Blue) = 64+112+220=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #4070DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4070DC is #BF8F23. Grayscale: #6D6D6D. Windows color (decimal): -12554020 or 14446656. OLE color: 14446656.
HSL color Cylindrical-coordinate representation of color #4070DC: hue angle of 221.54º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4070DC is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 112 | 220 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.14 |
| HSL | 221.54º | 0.69% | 0.56% | - |
| HSV(B) | 221.54º | 0.71% | 0.86% | - |
| XYZ | 20.83 | 17.85 | 70.06 | - |
| YUV | 109.96 | 190.1 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 220 | 0.71 | 0.49 | 0 | 0.14 | 221.54 | 0.69 | 0.56 |
| Hex | 40 | 70 | DC | 47 | 31 | 0 | E | DE | 45 | 38 |
| Octal | 100 | 160 | 334 | 107 | 61 | 0 | 16 | 336 | 105 | 70 |
| Binary | 1000000 | 1110000 | 11011100 | 1000111 | 110001 | 0 | 1110 | 11011110 | 1000101 | 111000 |
Color Harmonies of #4070DC
Complementary color
Monochromatic Colors of #4070DC
Black with #4070DC
Text Example
Text Example
White with #4070DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4070DC; }
p { color: rgb(64,112,220); }
H1.HeaderClassName
{
color: #4070DC;
}
.AnyTagClassName
{
color: #4070DC;
}
</style>
background-color css
<style>
a { background-color: #4070DC; }
a { background-color: rgb(64,112,220); }
div.DivClassName
{
background-color: #4070DC;
}
.BgClassName
{
background-color: #4070DC;
}
</style>
border-color css
<style>
span { border-color: #4070DC; }
span { border-color: rgb(64,112,220); }
td.TdClassName
{
border-color: #4070DC;
}
.TagClassName
{
border-color: #4070DC;
}
</style>