#405EE1

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

Shades of Royal Blue #405EE1

Tints of Royal Blue #405EE1

Color information

#405EE1 (or 0x405EE1) is unknown color: approx Royal Blue. HEX triplet: 40, 5E and E1. RGB value is (64,94,225). Sum of RGB (Red+Green+Blue) = 64+94+225=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 225 (88.28% from 255 or 58.75% from 383); Max value from RGB is 225 - color contains mainly: blue. Hex color #405EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405EE1 is #BFA11E. Grayscale: #636363. Windows color (decimal): -12558623 or 14769728. OLE color: 14769728.

HSL color Cylindrical-coordinate representation of color #405EE1: hue angle of 228.82º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #405EE1 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6494225-
CMYK0.720.5800.12
HSL228.82º72.85%56.67%-
HSV(B)228.82º71.56%88.24%-
XYZ19.7114.5373-
YUV99.96198.56102.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.71%
GREEN value IS 94 (37.11% from 255) = 24.54%
BLUE value IS 225 (88.28% from 255) = 58.75%
R=16.71%
G=24.54%
B=58.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal64942250.720.5800.12228.8272.8556.67
Hex405EE1483A0Ce54939
Octal1001363411107201434511171
Binary1000000101111011100001100100011101001100111001011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,94,225); }

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

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

 a { background-color: rgb(64,94,225); }

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

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

 span { border-color: rgb(64,94,225); }

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