#405AD9

Color #405AD9 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #405AD9

Tints of Royal Blue #405AD9

Color information

#405AD9 (or 0x405AD9) is unknown color: approx Royal Blue. HEX triplet: 40, 5A and D9. RGB value is (64,90,217). Sum of RGB (Red+Green+Blue) = 64+90+217=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 217 (85.16% from 255 or 58.49% from 371); Max value from RGB is 217 - color contains mainly: blue. Hex color #405AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405AD9 is #BFA526. Grayscale: #606060. Windows color (decimal): -12559655 or 14244416. OLE color: 14244416.

HSL color Cylindrical-coordinate representation of color #405AD9: hue angle of 229.8º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #405AD9 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6490217-
CMYK0.710.5900.15
HSL229.8º66.81%55.1%-
HSV(B)229.8º70.51%85.1%-
XYZ18.2913.4167.27-
YUV96.7195.89104.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 17.25%
GREEN value IS 90 (35.55% from 255) = 24.26%
BLUE value IS 217 (85.16% from 255) = 58.49%
R=17.25%
G=24.26%
B=58.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal64902170.710.5900.15229.866.8155.1
Hex405AD9473B0Fe64337
Octal1001323311077301734610367
Binary1000000101101011011001100011111101101111111001101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405AD9; }

 p { color: rgb(64,90,217); }

 H1.HeaderClassName
 {
   color: #405AD9;
 }
 .AnyTagClassName
 {
   color: #405AD9;
 }
</style>
background-color css

<style>
 a { background-color: #405AD9; }

 a { background-color: rgb(64,90,217); }

 div.DivClassName
 {
   background-color: #405AD9;
 }
 .BgClassName
 {
   background-color: #405AD9;
 }
</style>
border-color css

<style>
 span { border-color: #405AD9; }

 span { border-color: rgb(64,90,217); }

 td.TdClassName
 {
   border-color: #405AD9;
 }
 .TagClassName
 {
   border-color: #405AD9;
 }
</style>