COLOR #2E57FF

HEX: #2E57FF
RGB: (46,87,255)

Color info

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

RGB color model

#2E57FF color RGB value is (46,87,255).

  • red value is 46;
  • green value is 87;
  • blue value is 255.
RGB:
(46,87,255)
(18%,34%,100%)

RGB channels and saturation

R 46 of 255 = 18%
G 87 of 255 = 34%
B 255 of 255 = 100%

46
87
255

R + G + B ~ 51%. #2E57FF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
46 + 87 + 255 = 388 (100%)
R 46 of 388 ~ 11.86%
G 87 of 388 ~ 22.42%
B 255 of 388 ~ 65.72%

%11.86
%22.42
%65.72

CMYK color model

#2E57FF color CMYK value is (82,66,0,0).

  • cyan value is 81.96%
  • magenta value is 65.88%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(82,66,0,0)
C82M66Y0K0 
(82%,66%,0%,0%)
(0.82/0.66/0.00/0.00)	

CMYK percentages

%81.96
%65.88
%0
%0

Codes

Color #2E57FF in popluar color models

2E57FF
RGB4687255
HSL228°100.00%59.02%
HSB/HSV228°81.96%100.00%
CMYK81.96%65.88%0.00%
0.00%

Color #2E57FF in popluar number systems.

HEX2E57FF
Decimal4687255
Binary101110101011111111111
Octal56127377

Shades and tints

Shades of #2E57FF

#2E57FF
(46,87,255)
#2A50E8
(42,80,232)
#2649D1
(38,73,209)
#2242BA
(34,66,186)
#1E3BA3
(30,59,163)
#1A348C
(26,52,140)
#162D75
(22,45,117)
#12265E
(18,38,94)
#0E1F47
(14,31,71)
#0A1830
(10,24,48)
#061119
(6,17,25)
#000000
(0,0,0)

Tints of #2E57FF

#2E57FF
(46,87,255)
#4166FF
(65,102,255)
#5475FF
(84,117,255)
#6784FF
(103,132,255)
#7A93FF
(122,147,255)
#8DA2FF
(141,162,255)
#A0B1FF
(160,177,255)
#B3C0FF
(179,192,255)
#C6CFFF
(198,207,255)
#D9DEFF
(217,222,255)
#ECEDFF
(236,237,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E57FF color. Also use rgb(46,87,255) instead hex code.

Text Font Color

.myTextColor { color: #2E57FF; }

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

This text font color is #2E57FF.


Background Color

.myBgColor { background-color: #2E57FF; }

<div style="background-color:#2E57FF">Inner text</div>

This div background color is #2E57FF.


Border color

.myBorderColor { border: 1px solid #2E57FF; }

<div style="border:3px solid #2E57FF">Div</div>

This div border color is #2E57FF.


Opacity

.myOpacity80 { color: #2E57FF; opacity: 0.8; }

<p style="color:#2E57FF;opacity:0.8;">80%</p>

Text with #2E57FF 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 #2E57FF;}

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

This text has shadow with #2E57FF color.

.textShadow {text-shadow: 3px 3px 1px #2E57FF, 3px 3px 1px red;}

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

This text has shadow with #2E57FF primary color and red secondary color.


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

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

This text has shadow with #2E57FF and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #2E57FF;
-webkit-box-shadow: 1px 1px 3px 2px #2E57FF;
box-shadow:1px 1px 3px 2px #2E57FF;">
Div content here</div>
This div box has shadow with color #2E57FF.

Preview

Color preview on black background

This text has color #2E57FF on black background.


Color preview on white background

This text has color #2E57FF on white background.



Black color preview on #2E57FF background

This text has black color on #2E57FF background.


White color preview on #2E57FF background

This text has white color on #2E57FF background.