Shades of Royal Blue #406FEA
Tints of Royal Blue #406FEA
RGB
CMYK
RGB Variations
Color information
#406FEA (or 0x406FEA) is known color: Royal Blue. HEX triplet: 40, 6F and EA. RGB value is (64,111,234). Sum of RGB (Red+Green+Blue) = 64+111+234=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #406FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406FEA is #BF9015. Grayscale: #6E6E6E. Windows color (decimal): -12554262 or 15363904. OLE color: 15363904.
HSL color Cylindrical-coordinate representation of color #406FEA: hue angle of 223.41º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #406FEA is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 111 | 234 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.08 |
| HSL | 223.41º | 0.8% | 0.58% | - |
| HSV(B) | 223.41º | 0.73% | 0.92% | - |
| XYZ | 22.65 | 18.4 | 80.2 | - |
| YUV | 110.97 | 197.43 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 234 | 0.73 | 0.53 | 0 | 0.08 | 223.41 | 0.8 | 0.58 |
| Hex | 40 | 6F | EA | 49 | 35 | 0 | 8 | DF | 50 | 3A |
| Octal | 100 | 157 | 352 | 111 | 65 | 0 | 10 | 337 | 120 | 72 |
| Binary | 1000000 | 1101111 | 11101010 | 1001001 | 110101 | 0 | 1000 | 11011111 | 1010000 | 111010 |
Color Harmonies of #406FEA
Complementary color
Monochromatic Colors of #406FEA
Black with #406FEA
Text Example
Text Example
White with #406FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406FEA; }
p { color: rgb(64,111,234); }
H1.HeaderClassName
{
color: #406FEA;
}
.AnyTagClassName
{
color: #406FEA;
}
</style>
background-color css
<style>
a { background-color: #406FEA; }
a { background-color: rgb(64,111,234); }
div.DivClassName
{
background-color: #406FEA;
}
.BgClassName
{
background-color: #406FEA;
}
</style>
border-color css
<style>
span { border-color: #406FEA; }
span { border-color: rgb(64,111,234); }
td.TdClassName
{
border-color: #406FEA;
}
.TagClassName
{
border-color: #406FEA;
}
</style>