COLOR #0029E0

HEX: #0029E0
RGB: (0,41,224)

Color info

#0029E0 contains mainly blue color. Web safe color of #0029E0 is #0033CC (or #03C).

RGB color model

#0029E0 color RGB value is (0,41,224).

  • red value is 0;
  • green value is 41;
  • blue value is 224.
RGB:
(0,41,224)
(0%,16%,88%)

RGB channels and saturation

R 0 of 255 = 0%
G 41 of 255 = 16%
B 224 of 255 = 88%

0
41
224

R + G + B ~ 35%. #0029E0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 41 + 224 = 265 (100%)
R 0 of 265 ~ 0%
G 41 of 265 ~ 15.47%
B 224 of 265 ~ 84.53%

%15.47
%84.53

CMYK color model

#0029E0 color CMYK value is (100,82,0,12).

  • cyan value is 100.00%
  • magenta value is 81.70%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(100,82,0,12)
C100M82Y0K12 
(100%,82%,0%,12%)
(1.00/0.82/0.00/0.12)	

CMYK percentages

%100
%81.7
%0
%12.16

Codes

Color #0029E0 in popluar color models

0029E0
RGB041224
HSL229°100.00%43.92%
HSB/HSV229°100.00%87.84%
CMYK100.00%81.70%0.00%
12.16%

Color #0029E0 in popluar number systems.

HEX0029E0
Decimal041224
Binary010100111100000
Octal051340

Shades and tints

Shades of #0029E0

#0029E0
(0,41,224)
#0026CC
(0,38,204)
#0023B8
(0,35,184)
#0020A4
(0,32,164)
#001D90
(0,29,144)
#001A7C
(0,26,124)
#001768
(0,23,104)
#001454
(0,20,84)
#001140
(0,17,64)
#000E2C
(0,14,44)
#000B18
(0,11,24)
#000000
(0,0,0)

Tints of #0029E0

#0029E0
(0,41,224)
#173CE2
(23,60,226)
#2E4FE4
(46,79,228)
#4562E6
(69,98,230)
#5C75E8
(92,117,232)
#7388EA
(115,136,234)
#8A9BEC
(138,155,236)
#A1AEEE
(161,174,238)
#B8C1F0
(184,193,240)
#CFD4F2
(207,212,242)
#E6E7F4
(230,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0029E0 color. Also use rgb(0,41,224) instead hex code.

Text Font Color

.myTextColor { color: #0029E0; }

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

This text font color is #0029E0.


Background Color

.myBgColor { background-color: #0029E0; }

<div style="background-color:#0029E0">Inner text</div>

This div background color is #0029E0.


Border color

.myBorderColor { border: 1px solid #0029E0; }

<div style="border:3px solid #0029E0">Div</div>

This div border color is #0029E0.


Opacity

.myOpacity80 { color: #0029E0; opacity: 0.8; }

<p style="color:#0029E0;opacity:0.8;">80%</p>

Text with #0029E0 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 #0029E0;}

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

This text has shadow with #0029E0 color.

.textShadow {text-shadow: 3px 3px 1px #0029E0, 3px 3px 1px red;}

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

This text has shadow with #0029E0 primary color and red secondary color.


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

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

This text has shadow with #0029E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0029E0 on black background.


Color preview on white background

This text has color #0029E0 on white background.



Black color preview on #0029E0 background

This text has black color on #0029E0 background.


White color preview on #0029E0 background

This text has white color on #0029E0 background.