Shades of Royal Blue #406AED
Tints of Royal Blue #406AED
RGB
CMYK
RGB Variations
Color information
#406AED (or 0x406AED) is known color: Royal Blue. HEX triplet: 40, 6A and ED. RGB value is (64,106,237). Sum of RGB (Red+Green+Blue) = 64+106+237=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #406AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406AED is #BF9512. Grayscale: #6B6B6B. Windows color (decimal): -12555539 or 15559232. OLE color: 15559232.
HSL color Cylindrical-coordinate representation of color #406AED: hue angle of 225.43º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #406AED is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 106 | 237 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.07 |
| HSL | 225.43º | 0.83% | 0.59% | - |
| HSV(B) | 225.43º | 0.73% | 0.93% | - |
| XYZ | 22.55 | 17.51 | 82.31 | - |
| YUV | 108.38 | 200.59 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 237 | 0.73 | 0.55 | 0 | 0.07 | 225.43 | 0.83 | 0.59 |
| Hex | 40 | 6A | ED | 49 | 37 | 0 | 7 | E1 | 53 | 3B |
| Octal | 100 | 152 | 355 | 111 | 67 | 0 | 7 | 341 | 123 | 73 |
| Binary | 1000000 | 1101010 | 11101101 | 1001001 | 110111 | 0 | 111 | 11100001 | 1010011 | 111011 |
Color Harmonies of #406AED
Complementary color
Monochromatic Colors of #406AED
Black with #406AED
Text Example
Text Example
White with #406AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406AED; }
p { color: rgb(64,106,237); }
H1.HeaderClassName
{
color: #406AED;
}
.AnyTagClassName
{
color: #406AED;
}
</style>
background-color css
<style>
a { background-color: #406AED; }
a { background-color: rgb(64,106,237); }
div.DivClassName
{
background-color: #406AED;
}
.BgClassName
{
background-color: #406AED;
}
</style>
border-color css
<style>
span { border-color: #406AED; }
span { border-color: rgb(64,106,237); }
td.TdClassName
{
border-color: #406AED;
}
.TagClassName
{
border-color: #406AED;
}
</style>