COLOR #249FBE

HEX: #249FBE
RGB: (36,159,190)

Color info

#249FBE contains mainly green and blue colors. Web safe color of #249FBE is #3399CC (or #39C).

RGB color model

#249FBE color RGB value is (36,159,190).

  • red value is 36;
  • green value is 159;
  • blue value is 190.
RGB:
(36,159,190)
(14%,62%,75%)

RGB channels and saturation

R 36 of 255 = 14%
G 159 of 255 = 62%
B 190 of 255 = 75%

36
159
190

R + G + B ~ 50%. #249FBE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
36 + 159 + 190 = 385 (100%)
R 36 of 385 ~ 9.35%
G 159 of 385 ~ 41.3%
B 190 of 385 ~ 49.35%

%41.3
%49.35

CMYK color model

#249FBE color CMYK value is (81,16,0,25).

  • cyan value is 81.05%
  • magenta value is 16.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(81,16,0,25)
C81M16Y0K25 
(81%,16%,0%,25%)
(0.81/0.16/0.00/0.25)	

CMYK percentages

%81.05
%16.32
%0
%25.49

Codes

Color #249FBE in popluar color models

249FBE
RGB36159190
HSL192°68.14%44.31%
HSB/HSV192°81.05%74.51%
CMYK81.05%16.32%0.00%
25.49%

Color #249FBE in popluar number systems.

HEX249FBE
Decimal36159190
Binary1001001001111110111110
Octal44237276

Shades and tints

Shades of #249FBE

#249FBE
(36,159,190)
#2191AD
(33,145,173)
#1E839C
(30,131,156)
#1B758B
(27,117,139)
#18677A
(24,103,122)
#155969
(21,89,105)
#124B58
(18,75,88)
#0F3D47
(15,61,71)
#0C2F36
(12,47,54)
#092125
(9,33,37)
#061314
(6,19,20)
#000000
(0,0,0)

Tints of #249FBE

#249FBE
(36,159,190)
#37A7C3
(55,167,195)
#4AAFC8
(74,175,200)
#5DB7CD
(93,183,205)
#70BFD2
(112,191,210)
#83C7D7
(131,199,215)
#96CFDC
(150,207,220)
#A9D7E1
(169,215,225)
#BCDFE6
(188,223,230)
#CFE7EB
(207,231,235)
#E2EFF0
(226,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #249FBE color. Also use rgb(36,159,190) instead hex code.

Text Font Color

.myTextColor { color: #249FBE; }

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

This text font color is #249FBE.


Background Color

.myBgColor { background-color: #249FBE; }

<div style="background-color:#249FBE">Inner text</div>

This div background color is #249FBE.


Border color

.myBorderColor { border: 1px solid #249FBE; }

<div style="border:3px solid #249FBE">Div</div>

This div border color is #249FBE.


Opacity

.myOpacity80 { color: #249FBE; opacity: 0.8; }

<p style="color:#249FBE;opacity:0.8;">80%</p>

Text with #249FBE 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 #249FBE;}

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

This text has shadow with #249FBE color.

.textShadow {text-shadow: 3px 3px 1px #249FBE, 3px 3px 1px red;}

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

This text has shadow with #249FBE primary color and red secondary color.


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

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

This text has shadow with #249FBE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #249FBE on black background.


Color preview on white background

This text has color #249FBE on white background.



Black color preview on #249FBE background

This text has black color on #249FBE background.


White color preview on #249FBE background

This text has white color on #249FBE background.