COLOR #249CD0

HEX: #249CD0
RGB: (36,156,208)

Color info

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

RGB color model

#249CD0 color RGB value is (36,156,208).

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

RGB channels and saturation

R 36 of 255 = 14%
G 156 of 255 = 61%
B 208 of 255 = 82%

36
156
208

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

Portions of RGB colors in percentages

R + G + B =
36 + 156 + 208 = 400 (100%)
R 36 of 400 ~ 9%
G 156 of 400 ~ 39%
B 208 of 400 ~ 52%

%39
%52

CMYK color model

#249CD0 color CMYK value is (83,25,0,18).

  • cyan value is 82.69%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(83,25,0,18)
C83M25Y0K18 
(83%,25%,0%,18%)
(0.83/0.25/0.00/0.18)	

CMYK percentages

%82.69
%25
%0
%18.43

Codes

Color #249CD0 in popluar color models

249CD0
RGB36156208
HSL198°70.49%47.84%
HSB/HSV198°82.69%81.57%
CMYK82.69%25.00%0.00%
18.43%

Color #249CD0 in popluar number systems.

HEX249CD0
Decimal36156208
Binary1001001001110011010000
Octal44234320

Shades and tints

Shades of #249CD0

#249CD0
(36,156,208)
#218EBE
(33,142,190)
#1E80AC
(30,128,172)
#1B729A
(27,114,154)
#186488
(24,100,136)
#155676
(21,86,118)
#124864
(18,72,100)
#0F3A52
(15,58,82)
#0C2C40
(12,44,64)
#091E2E
(9,30,46)
#06101C
(6,16,28)
#000000
(0,0,0)

Tints of #249CD0

#249CD0
(36,156,208)
#37A5D4
(55,165,212)
#4AAED8
(74,174,216)
#5DB7DC
(93,183,220)
#70C0E0
(112,192,224)
#83C9E4
(131,201,228)
#96D2E8
(150,210,232)
#A9DBEC
(169,219,236)
#BCE4F0
(188,228,240)
#CFEDF4
(207,237,244)
#E2F6F8
(226,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #249CD0; }

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

This text font color is #249CD0.


Background Color

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

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

This div background color is #249CD0.


Border color

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

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

This div border color is #249CD0.


Opacity

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

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

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

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

This text has shadow with #249CD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #249CD0 on black background.


Color preview on white background

This text has color #249CD0 on white background.



Black color preview on #249CD0 background

This text has black color on #249CD0 background.


White color preview on #249CD0 background

This text has white color on #249CD0 background.