COLOR #2E84FF

HEX: #2E84FF
RGB: (46,132,255)

Color info

#2E84FF contains mainly blue color. Web safe color of #2E84FF is #3399FF (or #39F).

RGB color model

#2E84FF color RGB value is (46,132,255).

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

RGB channels and saturation

R 46 of 255 = 18%
G 132 of 255 = 52%
B 255 of 255 = 100%

46
132
255

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

Portions of RGB colors in percentages

R + G + B =
46 + 132 + 255 = 433 (100%)
R 46 of 433 ~ 10.62%
G 132 of 433 ~ 30.48%
B 255 of 433 ~ 58.89%

%10.62
%30.48
%58.89

CMYK color model

#2E84FF color CMYK value is (82,48,0,0).

  • cyan value is 81.96%
  • magenta value is 48.24%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(82,48,0,0)
C82M48Y0K0 
(82%,48%,0%,0%)
(0.82/0.48/0.00/0.00)	

CMYK percentages

%81.96
%48.24
%0
%0

Codes

Color #2E84FF in popluar color models

2E84FF
RGB46132255
HSL215°100.00%59.02%
HSB/HSV215°81.96%100.00%
CMYK81.96%48.24%0.00%
0.00%

Color #2E84FF in popluar number systems.

HEX2E84FF
Decimal46132255
Binary1011101000010011111111
Octal56204377

Shades and tints

Shades of #2E84FF

#2E84FF
(46,132,255)
#2A78E8
(42,120,232)
#266CD1
(38,108,209)
#2260BA
(34,96,186)
#1E54A3
(30,84,163)
#1A488C
(26,72,140)
#163C75
(22,60,117)
#12305E
(18,48,94)
#0E2447
(14,36,71)
#0A1830
(10,24,48)
#060C19
(6,12,25)
#000000
(0,0,0)

Tints of #2E84FF

#2E84FF
(46,132,255)
#418FFF
(65,143,255)
#549AFF
(84,154,255)
#67A5FF
(103,165,255)
#7AB0FF
(122,176,255)
#8DBBFF
(141,187,255)
#A0C6FF
(160,198,255)
#B3D1FF
(179,209,255)
#C6DCFF
(198,220,255)
#D9E7FF
(217,231,255)
#ECF2FF
(236,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E84FF; }

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

This text font color is #2E84FF.


Background Color

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

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

This div background color is #2E84FF.


Border color

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

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

This div border color is #2E84FF.


Opacity

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

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

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

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

This text has shadow with #2E84FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E84FF on black background.


Color preview on white background

This text has color #2E84FF on white background.



Black color preview on #2E84FF background

This text has black color on #2E84FF background.


White color preview on #2E84FF background

This text has white color on #2E84FF background.