Shades of Royal Blue #406EDF
Tints of Royal Blue #406EDF
RGB
CMYK
RGB Variations
Color information
#406EDF (or 0x406EDF) is known color: Royal Blue. HEX triplet: 40, 6E and DF. RGB value is (64,110,223). Sum of RGB (Red+Green+Blue) = 64+110+223=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #406EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406EDF is #BF9120. Grayscale: #6C6C6C. Windows color (decimal): -12554529 or 14642752. OLE color: 14642752.
HSL color Cylindrical-coordinate representation of color #406EDF: hue angle of 222.64º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #406EDF is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 110 | 223 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.13 |
| HSL | 222.64º | 0.71% | 0.56% | - |
| HSV(B) | 222.64º | 0.71% | 0.87% | - |
| XYZ | 21.01 | 17.57 | 72.1 | - |
| YUV | 109.13 | 192.26 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 110 | 223 | 0.71 | 0.51 | 0 | 0.13 | 222.64 | 0.71 | 0.56 |
| Hex | 40 | 6E | DF | 47 | 33 | 0 | D | DF | 47 | 38 |
| Octal | 100 | 156 | 337 | 107 | 63 | 0 | 15 | 337 | 107 | 70 |
| Binary | 1000000 | 1101110 | 11011111 | 1000111 | 110011 | 0 | 1101 | 11011111 | 1000111 | 111000 |
Color Harmonies of #406EDF
Complementary color
Monochromatic Colors of #406EDF
Black with #406EDF
Text Example
Text Example
White with #406EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406EDF; }
p { color: rgb(64,110,223); }
H1.HeaderClassName
{
color: #406EDF;
}
.AnyTagClassName
{
color: #406EDF;
}
</style>
background-color css
<style>
a { background-color: #406EDF; }
a { background-color: rgb(64,110,223); }
div.DivClassName
{
background-color: #406EDF;
}
.BgClassName
{
background-color: #406EDF;
}
</style>
border-color css
<style>
span { border-color: #406EDF; }
span { border-color: rgb(64,110,223); }
td.TdClassName
{
border-color: #406EDF;
}
.TagClassName
{
border-color: #406EDF;
}
</style>