Shades of Royal Blue #406CD5
Tints of Royal Blue #406CD5
RGB
CMYK
RGB Variations
Color information
#406CD5 (or 0x406CD5) is known color: Royal Blue. HEX triplet: 40, 6C and D5. RGB value is (64,108,213). Sum of RGB (Red+Green+Blue) = 64+108+213=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 213 (83.59% from 255 or 55.32% from 385); Max value from RGB is 213 - color contains mainly: blue. Hex color #406CD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CD5 is #BF932A. Grayscale: #6A6A6A. Windows color (decimal): -12555051 or 13986880. OLE color: 13986880.
HSL color Cylindrical-coordinate representation of color #406CD5: hue angle of 222.28º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #406CD5 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 108 | 213 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.16 |
| HSL | 222.28º | 0.64% | 0.54% | - |
| HSV(B) | 222.28º | 0.7% | 0.84% | - |
| XYZ | 19.49 | 16.62 | 65.13 | - |
| YUV | 106.81 | 187.92 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 213 | 0.70 | 0.49 | 0 | 0.16 | 222.28 | 0.64 | 0.54 |
| Hex | 40 | 6C | D5 | 46 | 31 | 0 | 10 | DE | 40 | 36 |
| Octal | 100 | 154 | 325 | 106 | 61 | 0 | 20 | 336 | 100 | 66 |
| Binary | 1000000 | 1101100 | 11010101 | 1000110 | 110001 | 0 | 10000 | 11011110 | 1000000 | 110110 |
Color Harmonies of #406CD5
Complementary color
Monochromatic Colors of #406CD5
Black with #406CD5
Text Example
Text Example
White with #406CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406CD5; }
p { color: rgb(64,108,213); }
H1.HeaderClassName
{
color: #406CD5;
}
.AnyTagClassName
{
color: #406CD5;
}
</style>
background-color css
<style>
a { background-color: #406CD5; }
a { background-color: rgb(64,108,213); }
div.DivClassName
{
background-color: #406CD5;
}
.BgClassName
{
background-color: #406CD5;
}
</style>
border-color css
<style>
span { border-color: #406CD5; }
span { border-color: rgb(64,108,213); }
td.TdClassName
{
border-color: #406CD5;
}
.TagClassName
{
border-color: #406CD5;
}
</style>