Shades of Royal Blue #406EDA
Tints of Royal Blue #406EDA
RGB
CMYK
RGB Variations
Color information
#406EDA (or 0x406EDA) is known color: Royal Blue. HEX triplet: 40, 6E and DA. RGB value is (64,110,218). Sum of RGB (Red+Green+Blue) = 64+110+218=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #406EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406EDA is #BF9125. Grayscale: #6C6C6C. Windows color (decimal): -12554534 or 14315072. OLE color: 14315072.
HSL color Cylindrical-coordinate representation of color #406EDA: hue angle of 222.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #406EDA is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 110 | 218 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.15 |
| HSL | 222.08º | 0.68% | 0.55% | - |
| HSV(B) | 222.08º | 0.71% | 0.85% | - |
| XYZ | 20.35 | 17.3 | 68.6 | - |
| YUV | 108.56 | 189.76 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 110 | 218 | 0.71 | 0.50 | 0 | 0.15 | 222.08 | 0.68 | 0.55 |
| Hex | 40 | 6E | DA | 47 | 32 | 0 | F | DE | 44 | 37 |
| Octal | 100 | 156 | 332 | 107 | 62 | 0 | 17 | 336 | 104 | 67 |
| Binary | 1000000 | 1101110 | 11011010 | 1000111 | 110010 | 0 | 1111 | 11011110 | 1000100 | 110111 |
Color Harmonies of #406EDA
Complementary color
Monochromatic Colors of #406EDA
Black with #406EDA
Text Example
Text Example
White with #406EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406EDA; }
p { color: rgb(64,110,218); }
H1.HeaderClassName
{
color: #406EDA;
}
.AnyTagClassName
{
color: #406EDA;
}
</style>
background-color css
<style>
a { background-color: #406EDA; }
a { background-color: rgb(64,110,218); }
div.DivClassName
{
background-color: #406EDA;
}
.BgClassName
{
background-color: #406EDA;
}
</style>
border-color css
<style>
span { border-color: #406EDA; }
span { border-color: rgb(64,110,218); }
td.TdClassName
{
border-color: #406EDA;
}
.TagClassName
{
border-color: #406EDA;
}
</style>