Shades of Royal Blue #407FDE
Tints of Royal Blue #407FDE
RGB
CMYK
RGB Variations
Color information
#407FDE (or 0x407FDE) is known color: Royal Blue. HEX triplet: 40, 7F and DE. RGB value is (64,127,222). Sum of RGB (Red+Green+Blue) = 64+127+222=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #407FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FDE is #BF8021. Grayscale: #767676. Windows color (decimal): -12550178 or 14581568. OLE color: 14581568.
HSL color Cylindrical-coordinate representation of color #407FDE: hue angle of 216.08º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #407FDE is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 127 | 222 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.13 |
| HSL | 216.08º | 0.71% | 0.56% | - |
| HSV(B) | 216.08º | 0.71% | 0.87% | - |
| XYZ | 22.89 | 21.54 | 72.06 | - |
| YUV | 118.99 | 186.13 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 222 | 0.71 | 0.43 | 0 | 0.13 | 216.08 | 0.71 | 0.56 |
| Hex | 40 | 7F | DE | 47 | 2B | 0 | D | D8 | 47 | 38 |
| Octal | 100 | 177 | 336 | 107 | 53 | 0 | 15 | 330 | 107 | 70 |
| Binary | 1000000 | 1111111 | 11011110 | 1000111 | 101011 | 0 | 1101 | 11011000 | 1000111 | 111000 |
Color Harmonies of #407FDE
Complementary color
Monochromatic Colors of #407FDE
Black with #407FDE
Text Example
Text Example
White with #407FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FDE; }
p { color: rgb(64,127,222); }
H1.HeaderClassName
{
color: #407FDE;
}
.AnyTagClassName
{
color: #407FDE;
}
</style>
background-color css
<style>
a { background-color: #407FDE; }
a { background-color: rgb(64,127,222); }
div.DivClassName
{
background-color: #407FDE;
}
.BgClassName
{
background-color: #407FDE;
}
</style>
border-color css
<style>
span { border-color: #407FDE; }
span { border-color: rgb(64,127,222); }
td.TdClassName
{
border-color: #407FDE;
}
.TagClassName
{
border-color: #407FDE;
}
</style>