Shades of Royal Blue #406CE0
Tints of Royal Blue #406CE0
RGB
CMYK
RGB Variations
Color information
#406CE0 (or 0x406CE0) is known color: Royal Blue. HEX triplet: 40, 6C and E0. RGB value is (64,108,224). Sum of RGB (Red+Green+Blue) = 64+108+224=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 224 (87.89% from 255 or 56.57% from 396); Max value from RGB is 224 - color contains mainly: blue. Hex color #406CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CE0 is #BF931F. Grayscale: #6B6B6B. Windows color (decimal): -12555040 or 14707776. OLE color: 14707776.
HSL color Cylindrical-coordinate representation of color #406CE0: hue angle of 223.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #406CE0 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 108 | 224 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.12 |
| HSL | 223.5º | 0.72% | 0.56% | - |
| HSV(B) | 223.5º | 0.71% | 0.88% | - |
| XYZ | 20.93 | 17.2 | 72.74 | - |
| YUV | 108.07 | 193.42 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 224 | 0.71 | 0.52 | 0 | 0.12 | 223.5 | 0.72 | 0.56 |
| Hex | 40 | 6C | E0 | 47 | 34 | 0 | C | E0 | 48 | 38 |
| Octal | 100 | 154 | 340 | 107 | 64 | 0 | 14 | 340 | 110 | 70 |
| Binary | 1000000 | 1101100 | 11100000 | 1000111 | 110100 | 0 | 1100 | 11100000 | 1001000 | 111000 |
Color Harmonies of #406CE0
Complementary color
Monochromatic Colors of #406CE0
Black with #406CE0
Text Example
Text Example
White with #406CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406CE0; }
p { color: rgb(64,108,224); }
H1.HeaderClassName
{
color: #406CE0;
}
.AnyTagClassName
{
color: #406CE0;
}
</style>
background-color css
<style>
a { background-color: #406CE0; }
a { background-color: rgb(64,108,224); }
div.DivClassName
{
background-color: #406CE0;
}
.BgClassName
{
background-color: #406CE0;
}
</style>
border-color css
<style>
span { border-color: #406CE0; }
span { border-color: rgb(64,108,224); }
td.TdClassName
{
border-color: #406CE0;
}
.TagClassName
{
border-color: #406CE0;
}
</style>