Shades of Royal Blue #406BCF
Tints of Royal Blue #406BCF
RGB
CMYK
RGB Variations
Color information
#406BCF (or 0x406BCF) is known color: Royal Blue. HEX triplet: 40, 6B and CF. RGB value is (64,107,207). Sum of RGB (Red+Green+Blue) = 64+107+207=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #406BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406BCF is #BF9430. Grayscale: #696969. Windows color (decimal): -12555313 or 13593408. OLE color: 13593408.
HSL color Cylindrical-coordinate representation of color #406BCF: hue angle of 221.96º 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 #406BCF is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 107 | 207 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.19 |
| HSL | 221.96º | 0.6% | 0.53% | - |
| HSV(B) | 221.96º | 0.69% | 0.81% | - |
| XYZ | 18.63 | 16.11 | 61.16 | - |
| YUV | 105.54 | 185.25 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 107 | 207 | 0.69 | 0.48 | 0 | 0.19 | 221.96 | 0.6 | 0.53 |
| Hex | 40 | 6B | CF | 45 | 30 | 0 | 13 | DE | 3C | 35 |
| Octal | 100 | 153 | 317 | 105 | 60 | 0 | 23 | 336 | 74 | 65 |
| Binary | 1000000 | 1101011 | 11001111 | 1000101 | 110000 | 0 | 10011 | 11011110 | 111100 | 110101 |
Color Harmonies of #406BCF
Complementary color
Monochromatic Colors of #406BCF
Black with #406BCF
Text Example
Text Example
White with #406BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406BCF; }
p { color: rgb(64,107,207); }
H1.HeaderClassName
{
color: #406BCF;
}
.AnyTagClassName
{
color: #406BCF;
}
</style>
background-color css
<style>
a { background-color: #406BCF; }
a { background-color: rgb(64,107,207); }
div.DivClassName
{
background-color: #406BCF;
}
.BgClassName
{
background-color: #406BCF;
}
</style>
border-color css
<style>
span { border-color: #406BCF; }
span { border-color: rgb(64,107,207); }
td.TdClassName
{
border-color: #406BCF;
}
.TagClassName
{
border-color: #406BCF;
}
</style>