COLOR #047DD6

HEX: #047DD6
RGB: (4,125,214)

Color info

#047DD6 contains mainly blue color. Web safe color of #047DD6 is #0066CC (or #06C).

RGB color model

#047DD6 color RGB value is (4,125,214).

  • red value is 4;
  • green value is 125;
  • blue value is 214.
RGB:
(4,125,214)
(2%,49%,84%)

RGB channels and saturation

R 4 of 255 = 2%
G 125 of 255 = 49%
B 214 of 255 = 84%

4
125
214

R + G + B ~ 45%. #047DD6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
4 + 125 + 214 = 343 (100%)
R 4 of 343 ~ 1.17%
G 125 of 343 ~ 36.44%
B 214 of 343 ~ 62.39%

%36.44
%62.39

CMYK color model

#047DD6 color CMYK value is (98,42,0,16).

  • cyan value is 98.13%
  • magenta value is 41.59%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(98,42,0,16)
C98M42Y0K16 
(98%,42%,0%,16%)
(0.98/0.42/0.00/0.16)	

CMYK percentages

%98.13
%41.59
%0
%16.08

Codes

Color #047DD6 in popluar color models

047DD6
RGB4125214
HSL205°96.33%42.75%
HSB/HSV205°98.13%83.92%
CMYK98.13%41.59%0.00%
16.08%

Color #047DD6 in popluar number systems.

HEX047DD6
Decimal4125214
Binary100111110111010110
Octal4175326

Shades and tints

Shades of #047DD6

#047DD6
(4,125,214)
#0472C3
(4,114,195)
#0467B0
(4,103,176)
#045C9D
(4,92,157)
#04518A
(4,81,138)
#044677
(4,70,119)
#043B64
(4,59,100)
#043051
(4,48,81)
#04253E
(4,37,62)
#041A2B
(4,26,43)
#040F18
(4,15,24)
#000000
(0,0,0)

Tints of #047DD6

#047DD6
(4,125,214)
#1A88D9
(26,136,217)
#3093DC
(48,147,220)
#469EDF
(70,158,223)
#5CA9E2
(92,169,226)
#72B4E5
(114,180,229)
#88BFE8
(136,191,232)
#9ECAEB
(158,202,235)
#B4D5EE
(180,213,238)
#CAE0F1
(202,224,241)
#E0EBF4
(224,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #047DD6 color. Also use rgb(4,125,214) instead hex code.

Text Font Color

.myTextColor { color: #047DD6; }

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

This text font color is #047DD6.


Background Color

.myBgColor { background-color: #047DD6; }

<div style="background-color:#047DD6">Inner text</div>

This div background color is #047DD6.


Border color

.myBorderColor { border: 1px solid #047DD6; }

<div style="border:3px solid #047DD6">Div</div>

This div border color is #047DD6.


Opacity

.myOpacity80 { color: #047DD6; opacity: 0.8; }

<p style="color:#047DD6;opacity:0.8;">80%</p>

Text with #047DD6 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 #047DD6;}

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

This text has shadow with #047DD6 color.

.textShadow {text-shadow: 3px 3px 1px #047DD6, 3px 3px 1px red;}

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

This text has shadow with #047DD6 primary color and red secondary color.


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

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

This text has shadow with #047DD6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #047DD6 on black background.


Color preview on white background

This text has color #047DD6 on white background.



Black color preview on #047DD6 background

This text has black color on #047DD6 background.


White color preview on #047DD6 background

This text has white color on #047DD6 background.