Shades of Royal Blue #405AE0
Tints of Royal Blue #405AE0
RGB
CMYK
RGB Variations
Color information
#405AE0 (or 0x405AE0) is known color: Royal Blue. HEX triplet: 40, 5A and E0. RGB value is (64,90,224). Sum of RGB (Red+Green+Blue) = 64+90+224=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 224 (87.89% from 255 or 59.26% from 378); Max value from RGB is 224 - color contains mainly: blue. Hex color #405AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405AE0 is #BFA51F. Grayscale: #606060. Windows color (decimal): -12559648 or 14703168. OLE color: 14703168.
HSL color Cylindrical-coordinate representation of color #405AE0: hue angle of 230.25º 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 #405AE0 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 90 | 224 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.12 |
| HSL | 230.25º | 0.72% | 0.56% | - |
| HSV(B) | 230.25º | 0.71% | 0.88% | - |
| XYZ | 19.23 | 13.78 | 72.17 | - |
| YUV | 97.5 | 199.39 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 224 | 0.71 | 0.60 | 0 | 0.12 | 230.25 | 0.72 | 0.56 |
| Hex | 40 | 5A | E0 | 47 | 3C | 0 | C | E6 | 48 | 38 |
| Octal | 100 | 132 | 340 | 107 | 74 | 0 | 14 | 346 | 110 | 70 |
| Binary | 1000000 | 1011010 | 11100000 | 1000111 | 111100 | 0 | 1100 | 11100110 | 1001000 | 111000 |
Color Harmonies of #405AE0
Complementary color
Monochromatic Colors of #405AE0
Black with #405AE0
Text Example
Text Example
White with #405AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405AE0; }
p { color: rgb(64,90,224); }
H1.HeaderClassName
{
color: #405AE0;
}
.AnyTagClassName
{
color: #405AE0;
}
</style>
background-color css
<style>
a { background-color: #405AE0; }
a { background-color: rgb(64,90,224); }
div.DivClassName
{
background-color: #405AE0;
}
.BgClassName
{
background-color: #405AE0;
}
</style>
border-color css
<style>
span { border-color: #405AE0; }
span { border-color: rgb(64,90,224); }
td.TdClassName
{
border-color: #405AE0;
}
.TagClassName
{
border-color: #405AE0;
}
</style>