Shades of Royal Blue #406BEE
Tints of Royal Blue #406BEE
RGB
CMYK
RGB Variations
Color information
#406BEE (or 0x406BEE) is known color: Royal Blue. HEX triplet: 40, 6B and EE. RGB value is (64,107,238). Sum of RGB (Red+Green+Blue) = 64+107+238=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 238 (93.36% from 255 or 58.19% from 409); Max value from RGB is 238 - color contains mainly: blue. Hex color #406BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406BEE is #BF9411. Grayscale: #6C6C6C. Windows color (decimal): -12555282 or 15625024. OLE color: 15625024.
HSL color Cylindrical-coordinate representation of color #406BEE: hue angle of 225.17º 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 #406BEE is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 107 | 238 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.07 |
| HSL | 225.17º | 0.84% | 0.59% | - |
| HSV(B) | 225.17º | 0.73% | 0.93% | - |
| XYZ | 22.8 | 17.78 | 83.12 | - |
| YUV | 109.08 | 200.75 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 107 | 238 | 0.73 | 0.55 | 0 | 0.07 | 225.17 | 0.84 | 0.59 |
| Hex | 40 | 6B | EE | 49 | 37 | 0 | 7 | E1 | 54 | 3B |
| Octal | 100 | 153 | 356 | 111 | 67 | 0 | 7 | 341 | 124 | 73 |
| Binary | 1000000 | 1101011 | 11101110 | 1001001 | 110111 | 0 | 111 | 11100001 | 1010100 | 111011 |
Color Harmonies of #406BEE
Complementary color
Monochromatic Colors of #406BEE
Black with #406BEE
Text Example
Text Example
White with #406BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406BEE; }
p { color: rgb(64,107,238); }
H1.HeaderClassName
{
color: #406BEE;
}
.AnyTagClassName
{
color: #406BEE;
}
</style>
background-color css
<style>
a { background-color: #406BEE; }
a { background-color: rgb(64,107,238); }
div.DivClassName
{
background-color: #406BEE;
}
.BgClassName
{
background-color: #406BEE;
}
</style>
border-color css
<style>
span { border-color: #406BEE; }
span { border-color: rgb(64,107,238); }
td.TdClassName
{
border-color: #406BEE;
}
.TagClassName
{
border-color: #406BEE;
}
</style>