Shades of Royal Blue #406EFC
Tints of Royal Blue #406EFC
RGB
CMYK
RGB Variations
Color information
#406EFC (or 0x406EFC) is known color: Royal Blue. HEX triplet: 40, 6E and FC. RGB value is (64,110,252). Sum of RGB (Red+Green+Blue) = 64+110+252=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #406EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406EFC is #BF9103. Grayscale: #6F6F6F. Windows color (decimal): -12554500 or 16543296. OLE color: 16543296.
HSL color Cylindrical-coordinate representation of color #406EFC: hue angle of 225.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #406EFC is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 110 | 252 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.01 |
| HSL | 225.32º | 0.97% | 0.62% | - |
| HSV(B) | 225.32º | 0.75% | 0.99% | - |
| XYZ | 25.26 | 19.27 | 94.48 | - |
| YUV | 112.43 | 206.76 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 110 | 252 | 0.75 | 0.56 | 0 | 0.01 | 225.32 | 0.97 | 0.62 |
| Hex | 40 | 6E | FC | 4B | 38 | 0 | 1 | E1 | 61 | 3E |
| Octal | 100 | 156 | 374 | 113 | 70 | 0 | 1 | 341 | 141 | 76 |
| Binary | 1000000 | 1101110 | 11111100 | 1001011 | 111000 | 0 | 1 | 11100001 | 1100001 | 111110 |
Color Harmonies of #406EFC
Complementary color
Monochromatic Colors of #406EFC
Black with #406EFC
Text Example
Text Example
White with #406EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406EFC; }
p { color: rgb(64,110,252); }
H1.HeaderClassName
{
color: #406EFC;
}
.AnyTagClassName
{
color: #406EFC;
}
</style>
background-color css
<style>
a { background-color: #406EFC; }
a { background-color: rgb(64,110,252); }
div.DivClassName
{
background-color: #406EFC;
}
.BgClassName
{
background-color: #406EFC;
}
</style>
border-color css
<style>
span { border-color: #406EFC; }
span { border-color: rgb(64,110,252); }
td.TdClassName
{
border-color: #406EFC;
}
.TagClassName
{
border-color: #406EFC;
}
</style>