Shades of Royal Blue #406CD3
Tints of Royal Blue #406CD3
RGB
CMYK
RGB Variations
Color information
#406CD3 (or 0x406CD3) is known color: Royal Blue. HEX triplet: 40, 6C and D3. RGB value is (64,108,211). Sum of RGB (Red+Green+Blue) = 64+108+211=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 211 (82.81% from 255 or 55.09% from 383); Max value from RGB is 211 - color contains mainly: blue. Hex color #406CD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CD3 is #BF932C. Grayscale: #6A6A6A. Windows color (decimal): -12555053 or 13855808. OLE color: 13855808.
HSL color Cylindrical-coordinate representation of color #406CD3: hue angle of 222.04º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #406CD3 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 108 | 211 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.17 |
| HSL | 222.04º | 0.63% | 0.54% | - |
| HSV(B) | 222.04º | 0.7% | 0.83% | - |
| XYZ | 19.23 | 16.52 | 63.8 | - |
| YUV | 106.59 | 186.92 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 211 | 0.70 | 0.49 | 0 | 0.17 | 222.04 | 0.63 | 0.54 |
| Hex | 40 | 6C | D3 | 46 | 31 | 0 | 11 | DE | 3F | 36 |
| Octal | 100 | 154 | 323 | 106 | 61 | 0 | 21 | 336 | 77 | 66 |
| Binary | 1000000 | 1101100 | 11010011 | 1000110 | 110001 | 0 | 10001 | 11011110 | 111111 | 110110 |
Color Harmonies of #406CD3
Complementary color
Monochromatic Colors of #406CD3
Black with #406CD3
Text Example
Text Example
White with #406CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406CD3; }
p { color: rgb(64,108,211); }
H1.HeaderClassName
{
color: #406CD3;
}
.AnyTagClassName
{
color: #406CD3;
}
</style>
background-color css
<style>
a { background-color: #406CD3; }
a { background-color: rgb(64,108,211); }
div.DivClassName
{
background-color: #406CD3;
}
.BgClassName
{
background-color: #406CD3;
}
</style>
border-color css
<style>
span { border-color: #406CD3; }
span { border-color: rgb(64,108,211); }
td.TdClassName
{
border-color: #406CD3;
}
.TagClassName
{
border-color: #406CD3;
}
</style>