COLOR #247DED

HEX: #247DED
RGB: (36,125,237)

Color info

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

RGB color model

#247DED color RGB value is (36,125,237).

  • red value is 36;
  • green value is 125;
  • blue value is 237.
RGB:
(36,125,237)
(14%,49%,93%)

RGB channels and saturation

R 36 of 255 = 14%
G 125 of 255 = 49%
B 237 of 255 = 93%

36
125
237

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

Portions of RGB colors in percentages

R + G + B =
36 + 125 + 237 = 398 (100%)
R 36 of 398 ~ 9.05%
G 125 of 398 ~ 31.41%
B 237 of 398 ~ 59.55%

%31.41
%59.55

CMYK color model

#247DED color CMYK value is (85,47,0,7).

  • cyan value is 84.81%
  • magenta value is 47.26%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(85,47,0,7)
C85M47Y0K7 
(85%,47%,0%,7%)
(0.85/0.47/0.00/0.07)	

CMYK percentages

%84.81
%47.26
%0
%7.06

Codes

Color #247DED in popluar color models

247DED
RGB36125237
HSL213°84.81%53.53%
HSB/HSV213°84.81%92.94%
CMYK84.81%47.26%0.00%
7.06%

Color #247DED in popluar number systems.

HEX247DED
Decimal36125237
Binary100100111110111101101
Octal44175355

Shades and tints

Shades of #247DED

#247DED
(36,125,237)
#2172D8
(33,114,216)
#1E67C3
(30,103,195)
#1B5CAE
(27,92,174)
#185199
(24,81,153)
#154684
(21,70,132)
#123B6F
(18,59,111)
#0F305A
(15,48,90)
#0C2545
(12,37,69)
#091A30
(9,26,48)
#060F1B
(6,15,27)
#000000
(0,0,0)

Tints of #247DED

#247DED
(36,125,237)
#3788EE
(55,136,238)
#4A93EF
(74,147,239)
#5D9EF0
(93,158,240)
#70A9F1
(112,169,241)
#83B4F2
(131,180,242)
#96BFF3
(150,191,243)
#A9CAF4
(169,202,244)
#BCD5F5
(188,213,245)
#CFE0F6
(207,224,246)
#E2EBF7
(226,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #247DED color. Also use rgb(36,125,237) instead hex code.

Text Font Color

.myTextColor { color: #247DED; }

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

This text font color is #247DED.


Background Color

.myBgColor { background-color: #247DED; }

<div style="background-color:#247DED">Inner text</div>

This div background color is #247DED.


Border color

.myBorderColor { border: 1px solid #247DED; }

<div style="border:3px solid #247DED">Div</div>

This div border color is #247DED.


Opacity

.myOpacity80 { color: #247DED; opacity: 0.8; }

<p style="color:#247DED;opacity:0.8;">80%</p>

Text with #247DED 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 #247DED;}

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

This text has shadow with #247DED color.

.textShadow {text-shadow: 3px 3px 1px #247DED, 3px 3px 1px red;}

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

This text has shadow with #247DED primary color and red secondary color.


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

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

This text has shadow with #247DED and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #247DED on black background.


Color preview on white background

This text has color #247DED on white background.



Black color preview on #247DED background

This text has black color on #247DED background.


White color preview on #247DED background

This text has white color on #247DED background.