COLOR #299BEF

HEX: #299BEF
RGB: (41,155,239)

Color info

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

RGB color model

#299BEF color RGB value is (41,155,239).

  • red value is 41;
  • green value is 155;
  • blue value is 239.
RGB:
(41,155,239)
(16%,61%,94%)

RGB channels and saturation

R 41 of 255 = 16%
G 155 of 255 = 61%
B 239 of 255 = 94%

41
155
239

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

Portions of RGB colors in percentages

R + G + B =
41 + 155 + 239 = 435 (100%)
R 41 of 435 ~ 9.43%
G 155 of 435 ~ 35.63%
B 239 of 435 ~ 54.94%

%35.63
%54.94

CMYK color model

#299BEF color CMYK value is (83,35,0,6).

  • cyan value is 82.85%
  • magenta value is 35.15%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(83,35,0,6)
C83M35Y0K6 
(83%,35%,0%,6%)
(0.83/0.35/0.00/0.06)	

CMYK percentages

%82.85
%35.15
%0
%6.27

Codes

Color #299BEF in popluar color models

299BEF
RGB41155239
HSL205°86.09%54.90%
HSB/HSV205°82.85%93.73%
CMYK82.85%35.15%0.00%
6.27%

Color #299BEF in popluar number systems.

HEX299BEF
Decimal41155239
Binary1010011001101111101111
Octal51233357

Shades and tints

Shades of #299BEF

#299BEF
(41,155,239)
#268DDA
(38,141,218)
#237FC5
(35,127,197)
#2071B0
(32,113,176)
#1D639B
(29,99,155)
#1A5586
(26,85,134)
#174771
(23,71,113)
#14395C
(20,57,92)
#112B47
(17,43,71)
#0E1D32
(14,29,50)
#0B0F1D
(11,15,29)
#000000
(0,0,0)

Tints of #299BEF

#299BEF
(41,155,239)
#3CA4F0
(60,164,240)
#4FADF1
(79,173,241)
#62B6F2
(98,182,242)
#75BFF3
(117,191,243)
#88C8F4
(136,200,244)
#9BD1F5
(155,209,245)
#AEDAF6
(174,218,246)
#C1E3F7
(193,227,247)
#D4ECF8
(212,236,248)
#E7F5F9
(231,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #299BEF color. Also use rgb(41,155,239) instead hex code.

Text Font Color

.myTextColor { color: #299BEF; }

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

This text font color is #299BEF.


Background Color

.myBgColor { background-color: #299BEF; }

<div style="background-color:#299BEF">Inner text</div>

This div background color is #299BEF.


Border color

.myBorderColor { border: 1px solid #299BEF; }

<div style="border:3px solid #299BEF">Div</div>

This div border color is #299BEF.


Opacity

.myOpacity80 { color: #299BEF; opacity: 0.8; }

<p style="color:#299BEF;opacity:0.8;">80%</p>

Text with #299BEF 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 #299BEF;}

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

This text has shadow with #299BEF color.

.textShadow {text-shadow: 3px 3px 1px #299BEF, 3px 3px 1px red;}

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

This text has shadow with #299BEF primary color and red secondary color.


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

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

This text has shadow with #299BEF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #299BEF on black background.


Color preview on white background

This text has color #299BEF on white background.



Black color preview on #299BEF background

This text has black color on #299BEF background.


White color preview on #299BEF background

This text has white color on #299BEF background.