Shades of Royal Blue #406FEC
Tints of Royal Blue #406FEC
RGB
CMYK
RGB Variations
Color information
#406FEC (or 0x406FEC) is known color: Royal Blue. HEX triplet: 40, 6F and EC. RGB value is (64,111,236). Sum of RGB (Red+Green+Blue) = 64+111+236=411 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.57% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #406FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406FEC is #BF9013. Grayscale: #6E6E6E. Windows color (decimal): -12554260 or 15494976. OLE color: 15494976.
HSL color Cylindrical-coordinate representation of color #406FEC: hue angle of 223.6º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #406FEC is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 111 | 236 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.07 |
| HSL | 223.6º | 0.82% | 0.59% | - |
| HSV(B) | 223.6º | 0.73% | 0.93% | - |
| XYZ | 22.94 | 18.52 | 81.72 | - |
| YUV | 111.2 | 198.43 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 236 | 0.73 | 0.53 | 0 | 0.07 | 223.6 | 0.82 | 0.59 |
| Hex | 40 | 6F | EC | 49 | 35 | 0 | 7 | E0 | 52 | 3B |
| Octal | 100 | 157 | 354 | 111 | 65 | 0 | 7 | 340 | 122 | 73 |
| Binary | 1000000 | 1101111 | 11101100 | 1001001 | 110101 | 0 | 111 | 11100000 | 1010010 | 111011 |
Color Harmonies of #406FEC
Complementary color
Monochromatic Colors of #406FEC
Black with #406FEC
Text Example
Text Example
White with #406FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406FEC; }
p { color: rgb(64,111,236); }
H1.HeaderClassName
{
color: #406FEC;
}
.AnyTagClassName
{
color: #406FEC;
}
</style>
background-color css
<style>
a { background-color: #406FEC; }
a { background-color: rgb(64,111,236); }
div.DivClassName
{
background-color: #406FEC;
}
.BgClassName
{
background-color: #406FEC;
}
</style>
border-color css
<style>
span { border-color: #406FEC; }
span { border-color: rgb(64,111,236); }
td.TdClassName
{
border-color: #406FEC;
}
.TagClassName
{
border-color: #406FEC;
}
</style>