Shades of Royal Blue #405CDE
Tints of Royal Blue #405CDE
RGB
CMYK
RGB Variations
Color information
#405CDE (or 0x405CDE) is known color: Royal Blue. HEX triplet: 40, 5C and DE. RGB value is (64,92,222). Sum of RGB (Red+Green+Blue) = 64+92+222=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #405CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405CDE is #BFA321. Grayscale: #616161. Windows color (decimal): -12559138 or 14572608. OLE color: 14572608.
HSL color Cylindrical-coordinate representation of color #405CDE: hue angle of 229.37º 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 #405CDE is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 92 | 222 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.13 |
| HSL | 229.37º | 0.71% | 0.56% | - |
| HSV(B) | 229.37º | 0.71% | 0.87% | - |
| XYZ | 19.13 | 14.02 | 70.8 | - |
| YUV | 98.45 | 197.72 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 222 | 0.71 | 0.59 | 0 | 0.13 | 229.37 | 0.71 | 0.56 |
| Hex | 40 | 5C | DE | 47 | 3B | 0 | D | E5 | 47 | 38 |
| Octal | 100 | 134 | 336 | 107 | 73 | 0 | 15 | 345 | 107 | 70 |
| Binary | 1000000 | 1011100 | 11011110 | 1000111 | 111011 | 0 | 1101 | 11100101 | 1000111 | 111000 |
Color Harmonies of #405CDE
Complementary color
Monochromatic Colors of #405CDE
Black with #405CDE
Text Example
Text Example
White with #405CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405CDE; }
p { color: rgb(64,92,222); }
H1.HeaderClassName
{
color: #405CDE;
}
.AnyTagClassName
{
color: #405CDE;
}
</style>
background-color css
<style>
a { background-color: #405CDE; }
a { background-color: rgb(64,92,222); }
div.DivClassName
{
background-color: #405CDE;
}
.BgClassName
{
background-color: #405CDE;
}
</style>
border-color css
<style>
span { border-color: #405CDE; }
span { border-color: rgb(64,92,222); }
td.TdClassName
{
border-color: #405CDE;
}
.TagClassName
{
border-color: #405CDE;
}
</style>