COLOR #249CDE

HEX: #249CDE
RGB: (36,156,222)

Color info

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

RGB color model

#249CDE color RGB value is (36,156,222).

  • red value is 36;
  • green value is 156;
  • blue value is 222.
RGB:
(36,156,222)
(14%,61%,87%)

RGB channels and saturation

R 36 of 255 = 14%
G 156 of 255 = 61%
B 222 of 255 = 87%

36
156
222

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

Portions of RGB colors in percentages

R + G + B =
36 + 156 + 222 = 414 (100%)
R 36 of 414 ~ 8.7%
G 156 of 414 ~ 37.68%
B 222 of 414 ~ 53.62%

%37.68
%53.62

CMYK color model

#249CDE color CMYK value is (84,30,0,13).

  • cyan value is 83.78%
  • magenta value is 29.73%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(84,30,0,13)
C84M30Y0K13 
(84%,30%,0%,13%)
(0.84/0.30/0.00/0.13)	

CMYK percentages

%83.78
%29.73
%0
%12.94

Codes

Color #249CDE in popluar color models

249CDE
RGB36156222
HSL201°73.81%50.59%
HSB/HSV201°83.78%87.06%
CMYK83.78%29.73%0.00%
12.94%

Color #249CDE in popluar number systems.

HEX249CDE
Decimal36156222
Binary1001001001110011011110
Octal44234336

Shades and tints

Shades of #249CDE

#249CDE
(36,156,222)
#218ECA
(33,142,202)
#1E80B6
(30,128,182)
#1B72A2
(27,114,162)
#18648E
(24,100,142)
#15567A
(21,86,122)
#124866
(18,72,102)
#0F3A52
(15,58,82)
#0C2C3E
(12,44,62)
#091E2A
(9,30,42)
#061016
(6,16,22)
#000000
(0,0,0)

Tints of #249CDE

#249CDE
(36,156,222)
#37A5E1
(55,165,225)
#4AAEE4
(74,174,228)
#5DB7E7
(93,183,231)
#70C0EA
(112,192,234)
#83C9ED
(131,201,237)
#96D2F0
(150,210,240)
#A9DBF3
(169,219,243)
#BCE4F6
(188,228,246)
#CFEDF9
(207,237,249)
#E2F6FC
(226,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #249CDE color. Also use rgb(36,156,222) instead hex code.

Text Font Color

.myTextColor { color: #249CDE; }

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

This text font color is #249CDE.


Background Color

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

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

This div background color is #249CDE.


Border color

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

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

This div border color is #249CDE.


Opacity

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

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

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

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

This text has shadow with #249CDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #249CDE on black background.


Color preview on white background

This text has color #249CDE on white background.



Black color preview on #249CDE background

This text has black color on #249CDE background.


White color preview on #249CDE background

This text has white color on #249CDE background.