Shades of Royal Blue #405CDF
Tints of Royal Blue #405CDF
RGB
CMYK
RGB Variations
Color information
#405CDF (or 0x405CDF) is known color: Royal Blue. HEX triplet: 40, 5C and DF. RGB value is (64,92,223). Sum of RGB (Red+Green+Blue) = 64+92+223=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #405CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405CDF is #BFA320. Grayscale: #626262. Windows color (decimal): -12559137 or 14638144. OLE color: 14638144.
HSL color Cylindrical-coordinate representation of color #405CDF: hue angle of 229.43º 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 #405CDF is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 92 | 223 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.13 |
| HSL | 229.43º | 0.71% | 0.56% | - |
| HSV(B) | 229.43º | 0.71% | 0.87% | - |
| XYZ | 19.26 | 14.07 | 71.51 | - |
| YUV | 98.56 | 198.22 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 223 | 0.71 | 0.59 | 0 | 0.13 | 229.43 | 0.71 | 0.56 |
| Hex | 40 | 5C | DF | 47 | 3B | 0 | D | E5 | 47 | 38 |
| Octal | 100 | 134 | 337 | 107 | 73 | 0 | 15 | 345 | 107 | 70 |
| Binary | 1000000 | 1011100 | 11011111 | 1000111 | 111011 | 0 | 1101 | 11100101 | 1000111 | 111000 |
Color Harmonies of #405CDF
Complementary color
Monochromatic Colors of #405CDF
Black with #405CDF
Text Example
Text Example
White with #405CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405CDF; }
p { color: rgb(64,92,223); }
H1.HeaderClassName
{
color: #405CDF;
}
.AnyTagClassName
{
color: #405CDF;
}
</style>
background-color css
<style>
a { background-color: #405CDF; }
a { background-color: rgb(64,92,223); }
div.DivClassName
{
background-color: #405CDF;
}
.BgClassName
{
background-color: #405CDF;
}
</style>
border-color css
<style>
span { border-color: #405CDF; }
span { border-color: rgb(64,92,223); }
td.TdClassName
{
border-color: #405CDF;
}
.TagClassName
{
border-color: #405CDF;
}
</style>