Shades of Royal Blue #406CED
Tints of Royal Blue #406CED
RGB
CMYK
RGB Variations
Color information
#406CED (or 0x406CED) is known color: Royal Blue. HEX triplet: 40, 6C and ED. RGB value is (64,108,237). Sum of RGB (Red+Green+Blue) = 64+108+237=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #406CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406CED is #BF9312. Grayscale: #6C6C6C. Windows color (decimal): -12555027 or 15559744. OLE color: 15559744.
HSL color Cylindrical-coordinate representation of color #406CED: hue angle of 224.74º 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 #406CED is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 108 | 237 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.07 |
| HSL | 224.74º | 0.83% | 0.59% | - |
| HSV(B) | 224.74º | 0.73% | 0.93% | - |
| XYZ | 22.76 | 17.93 | 82.38 | - |
| YUV | 109.55 | 199.92 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 237 | 0.73 | 0.54 | 0 | 0.07 | 224.74 | 0.83 | 0.59 |
| Hex | 40 | 6C | ED | 49 | 36 | 0 | 7 | E1 | 53 | 3B |
| Octal | 100 | 154 | 355 | 111 | 66 | 0 | 7 | 341 | 123 | 73 |
| Binary | 1000000 | 1101100 | 11101101 | 1001001 | 110110 | 0 | 111 | 11100001 | 1010011 | 111011 |
Color Harmonies of #406CED
Complementary color
Monochromatic Colors of #406CED
Black with #406CED
Text Example
Text Example
White with #406CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406CED; }
p { color: rgb(64,108,237); }
H1.HeaderClassName
{
color: #406CED;
}
.AnyTagClassName
{
color: #406CED;
}
</style>
background-color css
<style>
a { background-color: #406CED; }
a { background-color: rgb(64,108,237); }
div.DivClassName
{
background-color: #406CED;
}
.BgClassName
{
background-color: #406CED;
}
</style>
border-color css
<style>
span { border-color: #406CED; }
span { border-color: rgb(64,108,237); }
td.TdClassName
{
border-color: #406CED;
}
.TagClassName
{
border-color: #406CED;
}
</style>