Shades of Royal Blue #406CEE
Tints of Royal Blue #406CEE
RGB
CMYK
RGB Variations
Color information
#406CEE (or 0x406CEE) is known color: Royal Blue. HEX triplet: 40, 6C and EE. RGB value is (64,108,238). Sum of RGB (Red+Green+Blue) = 64+108+238=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #406CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406CEE is #BF9311. Grayscale: #6D6D6D. Windows color (decimal): -12555026 or 15625280. OLE color: 15625280.
HSL color Cylindrical-coordinate representation of color #406CEE: hue angle of 224.83º 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 #406CEE is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 108 | 238 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.07 |
| HSL | 224.83º | 0.84% | 0.59% | - |
| HSV(B) | 224.83º | 0.73% | 0.93% | - |
| XYZ | 22.91 | 17.99 | 83.15 | - |
| YUV | 109.66 | 200.42 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 238 | 0.73 | 0.55 | 0 | 0.07 | 224.83 | 0.84 | 0.59 |
| Hex | 40 | 6C | EE | 49 | 37 | 0 | 7 | E1 | 54 | 3B |
| Octal | 100 | 154 | 356 | 111 | 67 | 0 | 7 | 341 | 124 | 73 |
| Binary | 1000000 | 1101100 | 11101110 | 1001001 | 110111 | 0 | 111 | 11100001 | 1010100 | 111011 |
Color Harmonies of #406CEE
Complementary color
Monochromatic Colors of #406CEE
Black with #406CEE
Text Example
Text Example
White with #406CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406CEE; }
p { color: rgb(64,108,238); }
H1.HeaderClassName
{
color: #406CEE;
}
.AnyTagClassName
{
color: #406CEE;
}
</style>
background-color css
<style>
a { background-color: #406CEE; }
a { background-color: rgb(64,108,238); }
div.DivClassName
{
background-color: #406CEE;
}
.BgClassName
{
background-color: #406CEE;
}
</style>
border-color css
<style>
span { border-color: #406CEE; }
span { border-color: rgb(64,108,238); }
td.TdClassName
{
border-color: #406CEE;
}
.TagClassName
{
border-color: #406CEE;
}
</style>