Shades of Royal Blue #406CDD
Tints of Royal Blue #406CDD
RGB
CMYK
RGB Variations
Color information
#406CDD (or 0x406CDD) is known color: Royal Blue. HEX triplet: 40, 6C and DD. RGB value is (64,108,221). Sum of RGB (Red+Green+Blue) = 64+108+221=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #406CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CDD is #BF9322. Grayscale: #6B6B6B. Windows color (decimal): -12555043 or 14511168. OLE color: 14511168.
HSL color Cylindrical-coordinate representation of color #406CDD: hue angle of 223.18º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #406CDD is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 108 | 221 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.13 |
| HSL | 223.18º | 0.7% | 0.56% | - |
| HSV(B) | 223.18º | 0.71% | 0.87% | - |
| XYZ | 20.53 | 17.04 | 70.61 | - |
| YUV | 107.73 | 191.92 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 221 | 0.71 | 0.51 | 0 | 0.13 | 223.18 | 0.7 | 0.56 |
| Hex | 40 | 6C | DD | 47 | 33 | 0 | D | DF | 46 | 38 |
| Octal | 100 | 154 | 335 | 107 | 63 | 0 | 15 | 337 | 106 | 70 |
| Binary | 1000000 | 1101100 | 11011101 | 1000111 | 110011 | 0 | 1101 | 11011111 | 1000110 | 111000 |
Color Harmonies of #406CDD
Complementary color
Monochromatic Colors of #406CDD
Black with #406CDD
Text Example
Text Example
White with #406CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406CDD; }
p { color: rgb(64,108,221); }
H1.HeaderClassName
{
color: #406CDD;
}
.AnyTagClassName
{
color: #406CDD;
}
</style>
background-color css
<style>
a { background-color: #406CDD; }
a { background-color: rgb(64,108,221); }
div.DivClassName
{
background-color: #406CDD;
}
.BgClassName
{
background-color: #406CDD;
}
</style>
border-color css
<style>
span { border-color: #406CDD; }
span { border-color: rgb(64,108,221); }
td.TdClassName
{
border-color: #406CDD;
}
.TagClassName
{
border-color: #406CDD;
}
</style>