Shades of Royal Blue #406FEF
Tints of Royal Blue #406FEF
RGB
CMYK
RGB Variations
Color information
#406FEF (or 0x406FEF) is known color: Royal Blue. HEX triplet: 40, 6F and EF. RGB value is (64,111,239). Sum of RGB (Red+Green+Blue) = 64+111+239=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #406FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406FEF is #BF9010. Grayscale: #6E6E6E. Windows color (decimal): -12554257 or 15691584. OLE color: 15691584.
HSL color Cylindrical-coordinate representation of color #406FEF: hue angle of 223.89º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #406FEF is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 111 | 239 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.06 |
| HSL | 223.89º | 0.85% | 0.59% | - |
| HSV(B) | 223.89º | 0.73% | 0.94% | - |
| XYZ | 23.38 | 18.69 | 84.04 | - |
| YUV | 111.54 | 199.93 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 239 | 0.73 | 0.54 | 0 | 0.06 | 223.89 | 0.85 | 0.59 |
| Hex | 40 | 6F | EF | 49 | 36 | 0 | 6 | E0 | 55 | 3B |
| Octal | 100 | 157 | 357 | 111 | 66 | 0 | 6 | 340 | 125 | 73 |
| Binary | 1000000 | 1101111 | 11101111 | 1001001 | 110110 | 0 | 110 | 11100000 | 1010101 | 111011 |
Color Harmonies of #406FEF
Complementary color
Monochromatic Colors of #406FEF
Black with #406FEF
Text Example
Text Example
White with #406FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406FEF; }
p { color: rgb(64,111,239); }
H1.HeaderClassName
{
color: #406FEF;
}
.AnyTagClassName
{
color: #406FEF;
}
</style>
background-color css
<style>
a { background-color: #406FEF; }
a { background-color: rgb(64,111,239); }
div.DivClassName
{
background-color: #406FEF;
}
.BgClassName
{
background-color: #406FEF;
}
</style>
border-color css
<style>
span { border-color: #406FEF; }
span { border-color: rgb(64,111,239); }
td.TdClassName
{
border-color: #406FEF;
}
.TagClassName
{
border-color: #406FEF;
}
</style>