Shades of Royal Blue #407EDC
Tints of Royal Blue #407EDC
RGB
CMYK
RGB Variations
Color information
#407EDC (or 0x407EDC) is known color: Royal Blue. HEX triplet: 40, 7E and DC. RGB value is (64,126,220). Sum of RGB (Red+Green+Blue) = 64+126+220=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #407EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407EDC is #BF8123. Grayscale: #757575. Windows color (decimal): -12550436 or 14450240. OLE color: 14450240.
HSL color Cylindrical-coordinate representation of color #407EDC: hue angle of 216.15º 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 #407EDC is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 126 | 220 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.14 |
| HSL | 216.15º | 0.69% | 0.56% | - |
| HSV(B) | 216.15º | 0.71% | 0.86% | - |
| XYZ | 22.49 | 21.18 | 70.61 | - |
| YUV | 118.18 | 185.46 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 220 | 0.71 | 0.43 | 0 | 0.14 | 216.15 | 0.69 | 0.56 |
| Hex | 40 | 7E | DC | 47 | 2B | 0 | E | D8 | 45 | 38 |
| Octal | 100 | 176 | 334 | 107 | 53 | 0 | 16 | 330 | 105 | 70 |
| Binary | 1000000 | 1111110 | 11011100 | 1000111 | 101011 | 0 | 1110 | 11011000 | 1000101 | 111000 |
Color Harmonies of #407EDC
Complementary color
Monochromatic Colors of #407EDC
Black with #407EDC
Text Example
Text Example
White with #407EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407EDC; }
p { color: rgb(64,126,220); }
H1.HeaderClassName
{
color: #407EDC;
}
.AnyTagClassName
{
color: #407EDC;
}
</style>
background-color css
<style>
a { background-color: #407EDC; }
a { background-color: rgb(64,126,220); }
div.DivClassName
{
background-color: #407EDC;
}
.BgClassName
{
background-color: #407EDC;
}
</style>
border-color css
<style>
span { border-color: #407EDC; }
span { border-color: rgb(64,126,220); }
td.TdClassName
{
border-color: #407EDC;
}
.TagClassName
{
border-color: #407EDC;
}
</style>