COLOR #2B83EE

HEX: #2B83EE
RGB: (43,131,238)

Color info

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

RGB color model

#2B83EE color RGB value is (43,131,238).

  • red value is 43;
  • green value is 131;
  • blue value is 238.
RGB:
(43,131,238)
(17%,51%,93%)

RGB channels and saturation

R 43 of 255 = 17%
G 131 of 255 = 51%
B 238 of 255 = 93%

43
131
238

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

Portions of RGB colors in percentages

R + G + B =
43 + 131 + 238 = 412 (100%)
R 43 of 412 ~ 10.44%
G 131 of 412 ~ 31.8%
B 238 of 412 ~ 57.77%

%10.44
%31.8
%57.77

CMYK color model

#2B83EE color CMYK value is (82,45,0,7).

  • cyan value is 81.93%
  • magenta value is 44.96%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(82,45,0,7)
C82M45Y0K7 
(82%,45%,0%,7%)
(0.82/0.45/0.00/0.07)	

CMYK percentages

%81.93
%44.96
%0
%6.67

Codes

Color #2B83EE in popluar color models

2B83EE
RGB43131238
HSL213°85.15%55.10%
HSB/HSV213°81.93%93.33%
CMYK81.93%44.96%0.00%
6.67%

Color #2B83EE in popluar number systems.

HEX2B83EE
Decimal43131238
Binary1010111000001111101110
Octal53203356

Shades and tints

Shades of #2B83EE

#2B83EE
(43,131,238)
#2878D9
(40,120,217)
#256DC4
(37,109,196)
#2262AF
(34,98,175)
#1F579A
(31,87,154)
#1C4C85
(28,76,133)
#194170
(25,65,112)
#16365B
(22,54,91)
#132B46
(19,43,70)
#102031
(16,32,49)
#0D151C
(13,21,28)
#000000
(0,0,0)

Tints of #2B83EE

#2B83EE
(43,131,238)
#3E8EEF
(62,142,239)
#5199F0
(81,153,240)
#64A4F1
(100,164,241)
#77AFF2
(119,175,242)
#8ABAF3
(138,186,243)
#9DC5F4
(157,197,244)
#B0D0F5
(176,208,245)
#C3DBF6
(195,219,246)
#D6E6F7
(214,230,247)
#E9F1F8
(233,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B83EE color. Also use rgb(43,131,238) instead hex code.

Text Font Color

.myTextColor { color: #2B83EE; }

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

This text font color is #2B83EE.


Background Color

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

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

This div background color is #2B83EE.


Border color

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

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

This div border color is #2B83EE.


Opacity

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

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

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

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

This text has shadow with #2B83EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B83EE on black background.


Color preview on white background

This text has color #2B83EE on white background.



Black color preview on #2B83EE background

This text has black color on #2B83EE background.


White color preview on #2B83EE background

This text has white color on #2B83EE background.