COLOR #2993DF

HEX: #2993DF
RGB: (41,147,223)

Color info

#2993DF contains mainly blue color. Web safe color of #2993DF is #3399CC (or #39C).

RGB color model

#2993DF color RGB value is (41,147,223).

  • red value is 41;
  • green value is 147;
  • blue value is 223.
RGB:
(41,147,223)
(16%,58%,87%)

RGB channels and saturation

R 41 of 255 = 16%
G 147 of 255 = 58%
B 223 of 255 = 87%

41
147
223

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

Portions of RGB colors in percentages

R + G + B =
41 + 147 + 223 = 411 (100%)
R 41 of 411 ~ 9.98%
G 147 of 411 ~ 35.77%
B 223 of 411 ~ 54.26%

%9.98
%35.77
%54.26

CMYK color model

#2993DF color CMYK value is (82,34,0,13).

  • cyan value is 81.61%
  • magenta value is 34.08%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(82,34,0,13)
C82M34Y0K13 
(82%,34%,0%,13%)
(0.82/0.34/0.00/0.13)	

CMYK percentages

%81.61
%34.08
%0
%12.55

Codes

Color #2993DF in popluar color models

2993DF
RGB41147223
HSL205°73.98%51.76%
HSB/HSV205°81.61%87.45%
CMYK81.61%34.08%0.00%
12.55%

Color #2993DF in popluar number systems.

HEX2993DF
Decimal41147223
Binary1010011001001111011111
Octal51223337

Shades and tints

Shades of #2993DF

#2993DF
(41,147,223)
#2686CB
(38,134,203)
#2379B7
(35,121,183)
#206CA3
(32,108,163)
#1D5F8F
(29,95,143)
#1A527B
(26,82,123)
#174567
(23,69,103)
#143853
(20,56,83)
#112B3F
(17,43,63)
#0E1E2B
(14,30,43)
#0B1117
(11,17,23)
#000000
(0,0,0)

Tints of #2993DF

#2993DF
(41,147,223)
#3C9CE1
(60,156,225)
#4FA5E3
(79,165,227)
#62AEE5
(98,174,229)
#75B7E7
(117,183,231)
#88C0E9
(136,192,233)
#9BC9EB
(155,201,235)
#AED2ED
(174,210,237)
#C1DBEF
(193,219,239)
#D4E4F1
(212,228,241)
#E7EDF3
(231,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2993DF color. Also use rgb(41,147,223) instead hex code.

Text Font Color

.myTextColor { color: #2993DF; }

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

This text font color is #2993DF.


Background Color

.myBgColor { background-color: #2993DF; }

<div style="background-color:#2993DF">Inner text</div>

This div background color is #2993DF.


Border color

.myBorderColor { border: 1px solid #2993DF; }

<div style="border:3px solid #2993DF">Div</div>

This div border color is #2993DF.


Opacity

.myOpacity80 { color: #2993DF; opacity: 0.8; }

<p style="color:#2993DF;opacity:0.8;">80%</p>

Text with #2993DF 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 #2993DF;}

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

This text has shadow with #2993DF color.

.textShadow {text-shadow: 3px 3px 1px #2993DF, 3px 3px 1px red;}

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

This text has shadow with #2993DF primary color and red secondary color.


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

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

This text has shadow with #2993DF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2993DF on black background.


Color preview on white background

This text has color #2993DF on white background.



Black color preview on #2993DF background

This text has black color on #2993DF background.


White color preview on #2993DF background

This text has white color on #2993DF background.