COLOR #4053EA

HEX: #4053EA RGB: (64,83,234)

Color info

#4053EA contains mainly blue color. Web safe color of #4053EA is #3366FF (or #36F).

RGB color model

#4053EA color RGB value is (64,83,234).

RGB: (64,83,234) (25%, 33%, 92%)

RGB channels and saturation

R 64 of 255 = 25%
G 83 of 255 = 33%
B 234 of 255 = 92%

64
83
234

R + G + B ~ 50%. #4053EA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 64 + 83 + 234 = 381 (100%)
R 64 of 381 ~ 16.8%
G 83 of 381 ~ 21.78%
B 234 of 381 ~ 61.42'%

%16.8
%21.78
%61.42

CMYK color model

#4053EA color CMYK value is (73,65,0,8).

  • cyan value is 72.65%
  • magenta value is 64.53%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (73,65,0,8) C73M65Y0K8 (73%,65%,0%,8%) (0.73/0.65/0.00/0.08) 

CMYK percentages

%72.65
%64.53
%0
%8.24

Codes

Color #4053EA in popluar color models

40 53 EA
RGB 64 83 234
HSL 233° 80.19% 58.43%
HSB/HSV 233° 72.65% 91.76%
CMYK 72.65% 64.53% 0.00%
8.24%

Color #4053EA in popluar number systems.

HEX 40 53 EA
Decimal 64 83 234
Binary 1000000 1010011 11101010
Octal 100 123 352

Shades and tints

Shades of #4053EA

#4053EA
(64,83,234)
#3B4CD5
(59,76,213)
#3645C0
(54,69,192)
#313EAB
(49,62,171)
#2C3796
(44,55,150)
#273081
(39,48,129)
#22296C
(34,41,108)
#1D2257
(29,34,87)
#181B42
(24,27,66)
#13142D
(19,20,45)
#0E0D18
(14,13,24)
#000000
(0,0,0)

Tints of #4053EA

#4053EA
(64,83,234)
#5162EB
(81,98,235)
#6271EC
(98,113,236)
#7380ED
(115,128,237)
#848FEE
(132,143,238)
#959EEF
(149,158,239)
#A6ADF0
(166,173,240)
#B7BCF1
(183,188,241)
#C8CBF2
(200,203,242)
#D9DAF3
(217,218,243)
#EAE9F4
(234,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4053EA color. Also use rgb(64,83,234) instead hex code.

Text Font Color

.myTextColor { color: #4053EA; }

<p style="color:#4053EA">This sample text font color is #4053EA.</p>

This text font color is #4053EA.

Background Color

.myBgColor { background-color: #4053EA; }

<div style="background-color:#4053EA">Inner text</div>

This div background color is #4053EA.

Border color

.myBorderColor { border: 1px solid #4053EA; }

<div style="border:3px solid #4053EA">Div</div>

This div border color is #4053EA.

Opacity

.myOpacity80 { color: #4053EA; opacity: 0.8; }

<p style="color:#4053EA;opacity:0.8;">80%</p>

Text with #4053EA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4053EA;}

<p style="text-shadow: 3px 3px 1px #4053EA">Text here.</p>

This text has shadow with #4053EA color.


.textShadow {text-shadow: 3px 3px 1px #4053EA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4053EA, 5px 5px 20px red">Text here.</p>

This text has shadow with #4053EA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4053EA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4053EA, Direction=45, Strength=4)">Text</p>

This text has shadow with #4053EA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4053EA;
-webkit-box-shadow: 1px 1px 3px 2px #4053EA;
box-shadow: 1px 1px 3px 2px #4053EA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4053EA; -webkit-box-shadow: 1px 1px 3px 2px #4053EA; box-shadow:1px 1px 3px 2px #4053EA;">
Div content here
</div>

This div box has shadow with color #4053EA.

Preview

Color preview on black background

This text has color #4053EA on black background.


Color preview on white background

This text has color #4053EA on white background.


Black color preview on #4053EA background

This text has black color on #4053EA background.


White color preview on #4053EA background

This text has white color on #4053EA background.


Related colors

Complementary color

Complementary color for #hex is #BFAC15.


I love getcolorcode.com

Triadic colors

1 #EA4053 and #53EA40 with #4053EA are triadic colors.

2 #EA5340 and #5340EA with #4053EA are triadic colors.