Shades of Royal Blue #406CEB
Tints of Royal Blue #406CEB
RGB
CMYK
RGB Variations
Color information
#406CEB (or 0x406CEB) is known color: Royal Blue. HEX triplet: 40, 6C and EB. RGB value is (64,108,235). Sum of RGB (Red+Green+Blue) = 64+108+235=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #406CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406CEB is #BF9314. Grayscale: #6C6C6C. Windows color (decimal): -12555029 or 15428672. OLE color: 15428672.
HSL color Cylindrical-coordinate representation of color #406CEB: hue angle of 224.56º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #406CEB is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 108 | 235 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.08 |
| HSL | 224.56º | 0.81% | 0.59% | - |
| HSV(B) | 224.56º | 0.73% | 0.92% | - |
| XYZ | 22.47 | 17.81 | 80.85 | - |
| YUV | 109.32 | 198.92 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 235 | 0.73 | 0.54 | 0 | 0.08 | 224.56 | 0.81 | 0.59 |
| Hex | 40 | 6C | EB | 49 | 36 | 0 | 8 | E1 | 51 | 3B |
| Octal | 100 | 154 | 353 | 111 | 66 | 0 | 10 | 341 | 121 | 73 |
| Binary | 1000000 | 1101100 | 11101011 | 1001001 | 110110 | 0 | 1000 | 11100001 | 1010001 | 111011 |
Color Harmonies of #406CEB
Complementary color
Monochromatic Colors of #406CEB
Black with #406CEB
Text Example
Text Example
White with #406CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406CEB; }
p { color: rgb(64,108,235); }
H1.HeaderClassName
{
color: #406CEB;
}
.AnyTagClassName
{
color: #406CEB;
}
</style>
background-color css
<style>
a { background-color: #406CEB; }
a { background-color: rgb(64,108,235); }
div.DivClassName
{
background-color: #406CEB;
}
.BgClassName
{
background-color: #406CEB;
}
</style>
border-color css
<style>
span { border-color: #406CEB; }
span { border-color: rgb(64,108,235); }
td.TdClassName
{
border-color: #406CEB;
}
.TagClassName
{
border-color: #406CEB;
}
</style>