Shades of Royal Blue #406BFC
Tints of Royal Blue #406BFC
RGB
CMYK
RGB Variations
Color information
#406BFC (or 0x406BFC) is known color: Royal Blue. HEX triplet: 40, 6B and FC. RGB value is (64,107,252). Sum of RGB (Red+Green+Blue) = 64+107+252=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #406BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406BFC is #BF9403. Grayscale: #6E6E6E. Windows color (decimal): -12555268 or 16542528. OLE color: 16542528.
HSL color Cylindrical-coordinate representation of color #406BFC: hue angle of 226.28º 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 #406BFC is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 107 | 252 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.01 |
| HSL | 226.28º | 0.97% | 0.62% | - |
| HSV(B) | 226.28º | 0.75% | 0.99% | - |
| XYZ | 24.94 | 18.63 | 94.38 | - |
| YUV | 110.67 | 207.75 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 107 | 252 | 0.75 | 0.58 | 0 | 0.01 | 226.28 | 0.97 | 0.62 |
| Hex | 40 | 6B | FC | 4B | 3A | 0 | 1 | E2 | 61 | 3E |
| Octal | 100 | 153 | 374 | 113 | 72 | 0 | 1 | 342 | 141 | 76 |
| Binary | 1000000 | 1101011 | 11111100 | 1001011 | 111010 | 0 | 1 | 11100010 | 1100001 | 111110 |
Color Harmonies of #406BFC
Complementary color
Monochromatic Colors of #406BFC
Black with #406BFC
Text Example
Text Example
White with #406BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406BFC; }
p { color: rgb(64,107,252); }
H1.HeaderClassName
{
color: #406BFC;
}
.AnyTagClassName
{
color: #406BFC;
}
</style>
background-color css
<style>
a { background-color: #406BFC; }
a { background-color: rgb(64,107,252); }
div.DivClassName
{
background-color: #406BFC;
}
.BgClassName
{
background-color: #406BFC;
}
</style>
border-color css
<style>
span { border-color: #406BFC; }
span { border-color: rgb(64,107,252); }
td.TdClassName
{
border-color: #406BFC;
}
.TagClassName
{
border-color: #406BFC;
}
</style>