#405FEA

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

Shades of Royal Blue #405FEA

Tints of Royal Blue #405FEA

Color information

#405FEA (or 0x405FEA) is unknown color: approx Royal Blue. HEX triplet: 40, 5F and EA. RGB value is (64,95,234). Sum of RGB (Red+Green+Blue) = 64+95+234=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #405FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405FEA is #BFA015. Grayscale: #646464. Windows color (decimal): -12558358 or 15359808. OLE color: 15359808.

HSL color Cylindrical-coordinate representation of color #405FEA: hue angle of 229.06º 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 #405FEA is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6495234-
CMYK0.730.5900.08
HSL229.06º80.19%58.43%-
HSV(B)229.06º72.65%91.76%-
XYZ21.0615.2179.67-
YUV101.58202.73101.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.28%
GREEN value IS 95 (37.5% from 255) = 24.17%
BLUE value IS 234 (91.80% from 255) = 59.54%
R=16.28%
G=24.17%
B=59.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal64952340.730.5900.08229.0680.1958.43
Hex405FEA493B08e5503a
Octal1001373521117301034512072
Binary1000000101111111101010100100111101101000111001011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,95,234); }

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

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

 a { background-color: rgb(64,95,234); }

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

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

 span { border-color: rgb(64,95,234); }

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