Shades of Royal Blue #405AEA
Tints of Royal Blue #405AEA
RGB
CMYK
RGB Variations
Color information
#405AEA (or 0x405AEA) is known color: Royal Blue. HEX triplet: 40, 5A and EA. RGB value is (64,90,234). Sum of RGB (Red+Green+Blue) = 64+90+234=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #405AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405AEA is #BFA515. Grayscale: #626262. Windows color (decimal): -12559638 or 15358528. OLE color: 15358528.
HSL color Cylindrical-coordinate representation of color #405AEA: hue angle of 230.82º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #405AEA is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 90 | 234 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.08 |
| HSL | 230.82º | 0.8% | 0.58% | - |
| HSV(B) | 230.82º | 0.73% | 0.92% | - |
| XYZ | 20.62 | 14.34 | 79.52 | - |
| YUV | 98.64 | 204.39 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 234 | 0.73 | 0.62 | 0 | 0.08 | 230.82 | 0.8 | 0.58 |
| Hex | 40 | 5A | EA | 49 | 3E | 0 | 8 | E7 | 50 | 3A |
| Octal | 100 | 132 | 352 | 111 | 76 | 0 | 10 | 347 | 120 | 72 |
| Binary | 1000000 | 1011010 | 11101010 | 1001001 | 111110 | 0 | 1000 | 11100111 | 1010000 | 111010 |
Color Harmonies of #405AEA
Complementary color
Monochromatic Colors of #405AEA
Black with #405AEA
Text Example
Text Example
White with #405AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405AEA; }
p { color: rgb(64,90,234); }
H1.HeaderClassName
{
color: #405AEA;
}
.AnyTagClassName
{
color: #405AEA;
}
</style>
background-color css
<style>
a { background-color: #405AEA; }
a { background-color: rgb(64,90,234); }
div.DivClassName
{
background-color: #405AEA;
}
.BgClassName
{
background-color: #405AEA;
}
</style>
border-color css
<style>
span { border-color: #405AEA; }
span { border-color: rgb(64,90,234); }
td.TdClassName
{
border-color: #405AEA;
}
.TagClassName
{
border-color: #405AEA;
}
</style>