Shades of Royal Blue #406BDA
Tints of Royal Blue #406BDA
RGB
CMYK
RGB Variations
Color information
#406BDA (or 0x406BDA) is known color: Royal Blue. HEX triplet: 40, 6B and DA. RGB value is (64,107,218). Sum of RGB (Red+Green+Blue) = 64+107+218=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #406BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406BDA is #BF9425. Grayscale: #6A6A6A. Windows color (decimal): -12555302 or 14314304. OLE color: 14314304.
HSL color Cylindrical-coordinate representation of color #406BDA: hue angle of 223.25º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #406BDA is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 107 | 218 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.15 |
| HSL | 223.25º | 0.68% | 0.55% | - |
| HSV(B) | 223.25º | 0.71% | 0.85% | - |
| XYZ | 20.03 | 16.67 | 68.49 | - |
| YUV | 106.8 | 190.75 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 107 | 218 | 0.71 | 0.51 | 0 | 0.15 | 223.25 | 0.68 | 0.55 |
| Hex | 40 | 6B | DA | 47 | 33 | 0 | F | DF | 44 | 37 |
| Octal | 100 | 153 | 332 | 107 | 63 | 0 | 17 | 337 | 104 | 67 |
| Binary | 1000000 | 1101011 | 11011010 | 1000111 | 110011 | 0 | 1111 | 11011111 | 1000100 | 110111 |
Color Harmonies of #406BDA
Complementary color
Monochromatic Colors of #406BDA
Black with #406BDA
Text Example
Text Example
White with #406BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406BDA; }
p { color: rgb(64,107,218); }
H1.HeaderClassName
{
color: #406BDA;
}
.AnyTagClassName
{
color: #406BDA;
}
</style>
background-color css
<style>
a { background-color: #406BDA; }
a { background-color: rgb(64,107,218); }
div.DivClassName
{
background-color: #406BDA;
}
.BgClassName
{
background-color: #406BDA;
}
</style>
border-color css
<style>
span { border-color: #406BDA; }
span { border-color: rgb(64,107,218); }
td.TdClassName
{
border-color: #406BDA;
}
.TagClassName
{
border-color: #406BDA;
}
</style>