COLOR #2996F9

HEX: #2996F9
RGB: (41,150,249)

Color info

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

RGB color model

#2996F9 color RGB value is (41,150,249).

  • red value is 41;
  • green value is 150;
  • blue value is 249.
RGB:
(41,150,249)
(16%,59%,98%)

RGB channels and saturation

R 41 of 255 = 16%
G 150 of 255 = 59%
B 249 of 255 = 98%

41
150
249

R + G + B ~ 58%. #2996F9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
41 + 150 + 249 = 440 (100%)
R 41 of 440 ~ 9.32%
G 150 of 440 ~ 34.09%
B 249 of 440 ~ 56.59%

%34.09
%56.59

CMYK color model

#2996F9 color CMYK value is (84,40,0,2).

  • cyan value is 83.53%
  • magenta value is 39.76%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(84,40,0,2)
C84M40Y0K2 
(84%,40%,0%,2%)
(0.84/0.40/0.00/0.02)	

CMYK percentages

%83.53
%39.76
%0
%2.35

Codes

Color #2996F9 in popluar color models

2996F9
RGB41150249
HSL209°94.55%56.86%
HSB/HSV209°83.53%97.65%
CMYK83.53%39.76%0.00%
2.35%

Color #2996F9 in popluar number systems.

HEX2996F9
Decimal41150249
Binary1010011001011011111001
Octal51226371

Shades and tints

Shades of #2996F9

#2996F9
(41,150,249)
#2689E3
(38,137,227)
#237CCD
(35,124,205)
#206FB7
(32,111,183)
#1D62A1
(29,98,161)
#1A558B
(26,85,139)
#174875
(23,72,117)
#143B5F
(20,59,95)
#112E49
(17,46,73)
#0E2133
(14,33,51)
#0B141D
(11,20,29)
#000000
(0,0,0)

Tints of #2996F9

#2996F9
(41,150,249)
#3C9FF9
(60,159,249)
#4FA8F9
(79,168,249)
#62B1F9
(98,177,249)
#75BAF9
(117,186,249)
#88C3F9
(136,195,249)
#9BCCF9
(155,204,249)
#AED5F9
(174,213,249)
#C1DEF9
(193,222,249)
#D4E7F9
(212,231,249)
#E7F0F9
(231,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2996F9 color. Also use rgb(41,150,249) instead hex code.

Text Font Color

.myTextColor { color: #2996F9; }

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

This text font color is #2996F9.


Background Color

.myBgColor { background-color: #2996F9; }

<div style="background-color:#2996F9">Inner text</div>

This div background color is #2996F9.


Border color

.myBorderColor { border: 1px solid #2996F9; }

<div style="border:3px solid #2996F9">Div</div>

This div border color is #2996F9.


Opacity

.myOpacity80 { color: #2996F9; opacity: 0.8; }

<p style="color:#2996F9;opacity:0.8;">80%</p>

Text with #2996F9 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 #2996F9;}

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

This text has shadow with #2996F9 color.

.textShadow {text-shadow: 3px 3px 1px #2996F9, 3px 3px 1px red;}

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

This text has shadow with #2996F9 primary color and red secondary color.


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

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

This text has shadow with #2996F9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2996F9 on black background.


Color preview on white background

This text has color #2996F9 on white background.



Black color preview on #2996F9 background

This text has black color on #2996F9 background.


White color preview on #2996F9 background

This text has white color on #2996F9 background.