Shades of Royal Blue #406EEE
Tints of Royal Blue #406EEE
RGB
CMYK
RGB Variations
Color information
#406EEE (or 0x406EEE) is known color: Royal Blue. HEX triplet: 40, 6E and EE. RGB value is (64,110,238). Sum of RGB (Red+Green+Blue) = 64+110+238=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #406EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406EEE is #BF9111. Grayscale: #6E6E6E. Windows color (decimal): -12554514 or 15625792. OLE color: 15625792.
HSL color Cylindrical-coordinate representation of color #406EEE: hue angle of 224.14º degrees, saturation: 0.84, 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 #406EEE is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 110 | 238 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.07 |
| HSL | 224.14º | 0.84% | 0.59% | - |
| HSV(B) | 224.14º | 0.73% | 0.93% | - |
| XYZ | 23.12 | 18.41 | 83.22 | - |
| YUV | 110.84 | 199.76 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 110 | 238 | 0.73 | 0.54 | 0 | 0.07 | 224.14 | 0.84 | 0.59 |
| Hex | 40 | 6E | EE | 49 | 36 | 0 | 7 | E0 | 54 | 3B |
| Octal | 100 | 156 | 356 | 111 | 66 | 0 | 7 | 340 | 124 | 73 |
| Binary | 1000000 | 1101110 | 11101110 | 1001001 | 110110 | 0 | 111 | 11100000 | 1010100 | 111011 |
Color Harmonies of #406EEE
Complementary color
Monochromatic Colors of #406EEE
Black with #406EEE
Text Example
Text Example
White with #406EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406EEE; }
p { color: rgb(64,110,238); }
H1.HeaderClassName
{
color: #406EEE;
}
.AnyTagClassName
{
color: #406EEE;
}
</style>
background-color css
<style>
a { background-color: #406EEE; }
a { background-color: rgb(64,110,238); }
div.DivClassName
{
background-color: #406EEE;
}
.BgClassName
{
background-color: #406EEE;
}
</style>
border-color css
<style>
span { border-color: #406EEE; }
span { border-color: rgb(64,110,238); }
td.TdClassName
{
border-color: #406EEE;
}
.TagClassName
{
border-color: #406EEE;
}
</style>