COLOR #047CE0

HEX: #047CE0
RGB: (4,124,224)

Color info

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

RGB color model

#047CE0 color RGB value is (4,124,224).

  • red value is 4;
  • green value is 124;
  • blue value is 224.
RGB:
(4,124,224)
(2%,49%,88%)

RGB channels and saturation

R 4 of 255 = 2%
G 124 of 255 = 49%
B 224 of 255 = 88%

4
124
224

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

Portions of RGB colors in percentages

R + G + B =
4 + 124 + 224 = 352 (100%)
R 4 of 352 ~ 1.14%
G 124 of 352 ~ 35.23%
B 224 of 352 ~ 63.64%

%35.23
%63.64

CMYK color model

#047CE0 color CMYK value is (98,45,0,12).

  • cyan value is 98.21%
  • magenta value is 44.64%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(98,45,0,12)
C98M45Y0K12 
(98%,45%,0%,12%)
(0.98/0.45/0.00/0.12)	

CMYK percentages

%98.21
%44.64
%0
%12.16

Codes

Color #047CE0 in popluar color models

047CE0
RGB4124224
HSL207°96.49%44.71%
HSB/HSV207°98.21%87.84%
CMYK98.21%44.64%0.00%
12.16%

Color #047CE0 in popluar number systems.

HEX047CE0
Decimal4124224
Binary100111110011100000
Octal4174340

Shades and tints

Shades of #047CE0

#047CE0
(4,124,224)
#0471CC
(4,113,204)
#0466B8
(4,102,184)
#045BA4
(4,91,164)
#045090
(4,80,144)
#04457C
(4,69,124)
#043A68
(4,58,104)
#042F54
(4,47,84)
#042440
(4,36,64)
#04192C
(4,25,44)
#040E18
(4,14,24)
#000000
(0,0,0)

Tints of #047CE0

#047CE0
(4,124,224)
#1A87E2
(26,135,226)
#3092E4
(48,146,228)
#469DE6
(70,157,230)
#5CA8E8
(92,168,232)
#72B3EA
(114,179,234)
#88BEEC
(136,190,236)
#9EC9EE
(158,201,238)
#B4D4F0
(180,212,240)
#CADFF2
(202,223,242)
#E0EAF4
(224,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #047CE0 color. Also use rgb(4,124,224) instead hex code.

Text Font Color

.myTextColor { color: #047CE0; }

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

This text font color is #047CE0.


Background Color

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

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

This div background color is #047CE0.


Border color

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

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

This div border color is #047CE0.


Opacity

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

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

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

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

This text has shadow with #047CE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #047CE0 on black background.


Color preview on white background

This text has color #047CE0 on white background.



Black color preview on #047CE0 background

This text has black color on #047CE0 background.


White color preview on #047CE0 background

This text has white color on #047CE0 background.