Shades of Royal Blue #406AF7
Tints of Royal Blue #406AF7
RGB
CMYK
RGB Variations
Color information
#406AF7 (or 0x406AF7) is known color: Royal Blue. HEX triplet: 40, 6A and F7. RGB value is (64,106,247). Sum of RGB (Red+Green+Blue) = 64+106+247=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 247 (96.88% from 255 or 59.23% from 417); Max value from RGB is 247 - color contains mainly: blue. Hex color #406AF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406AF7 is #BF9508. Grayscale: #6C6C6C. Windows color (decimal): -12555529 or 16214592. OLE color: 16214592.
HSL color Cylindrical-coordinate representation of color #406AF7: hue angle of 226.23º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #406AF7 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 106 | 247 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.03 |
| HSL | 226.23º | 0.92% | 0.61% | - |
| HSV(B) | 226.23º | 0.74% | 0.97% | - |
| XYZ | 24.06 | 18.11 | 90.22 | - |
| YUV | 109.52 | 205.59 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 247 | 0.74 | 0.57 | 0 | 0.03 | 226.23 | 0.92 | 0.61 |
| Hex | 40 | 6A | F7 | 4A | 39 | 0 | 3 | E2 | 5C | 3D |
| Octal | 100 | 152 | 367 | 112 | 71 | 0 | 3 | 342 | 134 | 75 |
| Binary | 1000000 | 1101010 | 11110111 | 1001010 | 111001 | 0 | 11 | 11100010 | 1011100 | 111101 |
Color Harmonies of #406AF7
Complementary color
Monochromatic Colors of #406AF7
Black with #406AF7
Text Example
Text Example
White with #406AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406AF7; }
p { color: rgb(64,106,247); }
H1.HeaderClassName
{
color: #406AF7;
}
.AnyTagClassName
{
color: #406AF7;
}
</style>
background-color css
<style>
a { background-color: #406AF7; }
a { background-color: rgb(64,106,247); }
div.DivClassName
{
background-color: #406AF7;
}
.BgClassName
{
background-color: #406AF7;
}
</style>
border-color css
<style>
span { border-color: #406AF7; }
span { border-color: rgb(64,106,247); }
td.TdClassName
{
border-color: #406AF7;
}
.TagClassName
{
border-color: #406AF7;
}
</style>