Shades of Royal Blue #406ECF
Tints of Royal Blue #406ECF
RGB
CMYK
RGB Variations
Color information
#406ECF (or 0x406ECF) is known color: Royal Blue. HEX triplet: 40, 6E and CF. RGB value is (64,110,207). Sum of RGB (Red+Green+Blue) = 64+110+207=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #406ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406ECF is #BF9130. Grayscale: #6A6A6A. Windows color (decimal): -12554545 or 13594176. OLE color: 13594176.
HSL color Cylindrical-coordinate representation of color #406ECF: hue angle of 220.7º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #406ECF is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 110 | 207 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.19 |
| HSL | 220.7º | 0.6% | 0.53% | - |
| HSV(B) | 220.7º | 0.69% | 0.81% | - |
| XYZ | 18.95 | 16.75 | 61.27 | - |
| YUV | 107.3 | 184.26 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 110 | 207 | 0.69 | 0.47 | 0 | 0.19 | 220.7 | 0.6 | 0.53 |
| Hex | 40 | 6E | CF | 45 | 2F | 0 | 13 | DD | 3C | 35 |
| Octal | 100 | 156 | 317 | 105 | 57 | 0 | 23 | 335 | 74 | 65 |
| Binary | 1000000 | 1101110 | 11001111 | 1000101 | 101111 | 0 | 10011 | 11011101 | 111100 | 110101 |
Color Harmonies of #406ECF
Complementary color
Monochromatic Colors of #406ECF
Black with #406ECF
Text Example
Text Example
White with #406ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406ECF; }
p { color: rgb(64,110,207); }
H1.HeaderClassName
{
color: #406ECF;
}
.AnyTagClassName
{
color: #406ECF;
}
</style>
background-color css
<style>
a { background-color: #406ECF; }
a { background-color: rgb(64,110,207); }
div.DivClassName
{
background-color: #406ECF;
}
.BgClassName
{
background-color: #406ECF;
}
</style>
border-color css
<style>
span { border-color: #406ECF; }
span { border-color: rgb(64,110,207); }
td.TdClassName
{
border-color: #406ECF;
}
.TagClassName
{
border-color: #406ECF;
}
</style>