COLOR #296DF0

HEX: #296DF0
RGB: (41,109,240)

Color info

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

RGB color model

#296DF0 color RGB value is (41,109,240).

  • red value is 41;
  • green value is 109;
  • blue value is 240.
RGB:
(41,109,240)
(16%,43%,94%)

RGB channels and saturation

R 41 of 255 = 16%
G 109 of 255 = 43%
B 240 of 255 = 94%

41
109
240

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

Portions of RGB colors in percentages

R + G + B =
41 + 109 + 240 = 390 (100%)
R 41 of 390 ~ 10.51%
G 109 of 390 ~ 27.95%
B 240 of 390 ~ 61.54%

%10.51
%27.95
%61.54

CMYK color model

#296DF0 color CMYK value is (83,55,0,6).

  • cyan value is 82.92%
  • magenta value is 54.58%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(83,55,0,6)
C83M55Y0K6 
(83%,55%,0%,6%)
(0.83/0.55/0.00/0.06)	

CMYK percentages

%82.92
%54.58
%0
%5.88

Codes

Color #296DF0 in popluar color models

296DF0
RGB41109240
HSL219°86.90%55.10%
HSB/HSV219°82.92%94.12%
CMYK82.92%54.58%0.00%
5.88%

Color #296DF0 in popluar number systems.

HEX296DF0
Decimal41109240
Binary101001110110111110000
Octal51155360

Shades and tints

Shades of #296DF0

#296DF0
(41,109,240)
#2664DB
(38,100,219)
#235BC6
(35,91,198)
#2052B1
(32,82,177)
#1D499C
(29,73,156)
#1A4087
(26,64,135)
#173772
(23,55,114)
#142E5D
(20,46,93)
#112548
(17,37,72)
#0E1C33
(14,28,51)
#0B131E
(11,19,30)
#000000
(0,0,0)

Tints of #296DF0

#296DF0
(41,109,240)
#3C7AF1
(60,122,241)
#4F87F2
(79,135,242)
#6294F3
(98,148,243)
#75A1F4
(117,161,244)
#88AEF5
(136,174,245)
#9BBBF6
(155,187,246)
#AEC8F7
(174,200,247)
#C1D5F8
(193,213,248)
#D4E2F9
(212,226,249)
#E7EFFA
(231,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #296DF0 color. Also use rgb(41,109,240) instead hex code.

Text Font Color

.myTextColor { color: #296DF0; }

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

This text font color is #296DF0.


Background Color

.myBgColor { background-color: #296DF0; }

<div style="background-color:#296DF0">Inner text</div>

This div background color is #296DF0.


Border color

.myBorderColor { border: 1px solid #296DF0; }

<div style="border:3px solid #296DF0">Div</div>

This div border color is #296DF0.


Opacity

.myOpacity80 { color: #296DF0; opacity: 0.8; }

<p style="color:#296DF0;opacity:0.8;">80%</p>

Text with #296DF0 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 #296DF0;}

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

This text has shadow with #296DF0 color.

.textShadow {text-shadow: 3px 3px 1px #296DF0, 3px 3px 1px red;}

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

This text has shadow with #296DF0 primary color and red secondary color.


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

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

This text has shadow with #296DF0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #296DF0 on black background.


Color preview on white background

This text has color #296DF0 on white background.



Black color preview on #296DF0 background

This text has black color on #296DF0 background.


White color preview on #296DF0 background

This text has white color on #296DF0 background.