Shades of Royal Blue #405ADD
Tints of Royal Blue #405ADD
RGB
CMYK
RGB Variations
Color information
#405ADD (or 0x405ADD) is known color: Royal Blue. HEX triplet: 40, 5A and DD. RGB value is (64,90,221). Sum of RGB (Red+Green+Blue) = 64+90+221=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #405ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405ADD is #BFA522. Grayscale: #606060. Windows color (decimal): -12559651 or 14506560. OLE color: 14506560.
HSL color Cylindrical-coordinate representation of color #405ADD: hue angle of 230.06º degrees, saturation: 0.7, 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 #405ADD is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 90 | 221 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.13 |
| HSL | 230.06º | 0.7% | 0.56% | - |
| HSV(B) | 230.06º | 0.71% | 0.87% | - |
| XYZ | 18.82 | 13.62 | 70.04 | - |
| YUV | 97.16 | 197.89 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 221 | 0.71 | 0.59 | 0 | 0.13 | 230.06 | 0.7 | 0.56 |
| Hex | 40 | 5A | DD | 47 | 3B | 0 | D | E6 | 46 | 38 |
| Octal | 100 | 132 | 335 | 107 | 73 | 0 | 15 | 346 | 106 | 70 |
| Binary | 1000000 | 1011010 | 11011101 | 1000111 | 111011 | 0 | 1101 | 11100110 | 1000110 | 111000 |
Color Harmonies of #405ADD
Complementary color
Monochromatic Colors of #405ADD
Black with #405ADD
Text Example
Text Example
White with #405ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405ADD; }
p { color: rgb(64,90,221); }
H1.HeaderClassName
{
color: #405ADD;
}
.AnyTagClassName
{
color: #405ADD;
}
</style>
background-color css
<style>
a { background-color: #405ADD; }
a { background-color: rgb(64,90,221); }
div.DivClassName
{
background-color: #405ADD;
}
.BgClassName
{
background-color: #405ADD;
}
</style>
border-color css
<style>
span { border-color: #405ADD; }
span { border-color: rgb(64,90,221); }
td.TdClassName
{
border-color: #405ADD;
}
.TagClassName
{
border-color: #405ADD;
}
</style>