COLOR #0497E2

HEX: #0497E2
RGB: (4,151,226)

Color info

#0497E2 contains mainly blue color. Web safe color of #0497E2 is #0099CC (or #09C).

RGB color model

#0497E2 color RGB value is (4,151,226).

  • red value is 4;
  • green value is 151;
  • blue value is 226.
RGB:
(4,151,226)
(2%,59%,89%)

RGB channels and saturation

R 4 of 255 = 2%
G 151 of 255 = 59%
B 226 of 255 = 89%

4
151
226

R + G + B ~ 50%. #0497E2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
4 + 151 + 226 = 381 (100%)
R 4 of 381 ~ 1.05%
G 151 of 381 ~ 39.63%
B 226 of 381 ~ 59.32%

%39.63
%59.32

CMYK color model

#0497E2 color CMYK value is (98,33,0,11).

  • cyan value is 98.23%
  • magenta value is 33.19%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(98,33,0,11)
C98M33Y0K11 
(98%,33%,0%,11%)
(0.98/0.33/0.00/0.11)	

CMYK percentages

%98.23
%33.19
%0
%11.37

Codes

Color #0497E2 in popluar color models

0497E2
RGB4151226
HSL200°96.52%45.10%
HSB/HSV200°98.23%88.63%
CMYK98.23%33.19%0.00%
11.37%

Color #0497E2 in popluar number systems.

HEX0497E2
Decimal4151226
Binary1001001011111100010
Octal4227342

Shades and tints

Shades of #0497E2

#0497E2
(4,151,226)
#048ACE
(4,138,206)
#047DBA
(4,125,186)
#0470A6
(4,112,166)
#046392
(4,99,146)
#04567E
(4,86,126)
#04496A
(4,73,106)
#043C56
(4,60,86)
#042F42
(4,47,66)
#04222E
(4,34,46)
#04151A
(4,21,26)
#000000
(0,0,0)

Tints of #0497E2

#0497E2
(4,151,226)
#1AA0E4
(26,160,228)
#30A9E6
(48,169,230)
#46B2E8
(70,178,232)
#5CBBEA
(92,187,234)
#72C4EC
(114,196,236)
#88CDEE
(136,205,238)
#9ED6F0
(158,214,240)
#B4DFF2
(180,223,242)
#CAE8F4
(202,232,244)
#E0F1F6
(224,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0497E2 color. Also use rgb(4,151,226) instead hex code.

Text Font Color

.myTextColor { color: #0497E2; }

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

This text font color is #0497E2.


Background Color

.myBgColor { background-color: #0497E2; }

<div style="background-color:#0497E2">Inner text</div>

This div background color is #0497E2.


Border color

.myBorderColor { border: 1px solid #0497E2; }

<div style="border:3px solid #0497E2">Div</div>

This div border color is #0497E2.


Opacity

.myOpacity80 { color: #0497E2; opacity: 0.8; }

<p style="color:#0497E2;opacity:0.8;">80%</p>

Text with #0497E2 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 #0497E2;}

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

This text has shadow with #0497E2 color.

.textShadow {text-shadow: 3px 3px 1px #0497E2, 3px 3px 1px red;}

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

This text has shadow with #0497E2 primary color and red secondary color.


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

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

This text has shadow with #0497E2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0497E2 on black background.


Color preview on white background

This text has color #0497E2 on white background.



Black color preview on #0497E2 background

This text has black color on #0497E2 background.


White color preview on #0497E2 background

This text has white color on #0497E2 background.