COLOR #147BE2

HEX: #147BE2
RGB: (20,123,226)

Color info

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

RGB color model

#147BE2 color RGB value is (20,123,226).

  • red value is 20;
  • green value is 123;
  • blue value is 226.
RGB:
(20,123,226)
(8%,48%,89%)

RGB channels and saturation

R 20 of 255 = 8%
G 123 of 255 = 48%
B 226 of 255 = 89%

20
123
226

R + G + B ~ 48%. #147BE2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
20 + 123 + 226 = 369 (100%)
R 20 of 369 ~ 5.42%
G 123 of 369 ~ 33.33%
B 226 of 369 ~ 61.25%

%33.33
%61.25

CMYK color model

#147BE2 color CMYK value is (91,46,0,11).

  • cyan value is 91.15%
  • magenta value is 45.58%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(91,46,0,11)
C91M46Y0K11 
(91%,46%,0%,11%)
(0.91/0.46/0.00/0.11)	

CMYK percentages

%91.15
%45.58
%0
%11.37

Codes

Color #147BE2 in popluar color models

147BE2
RGB20123226
HSL210°83.74%48.24%
HSB/HSV210°91.15%88.63%
CMYK91.15%45.58%0.00%
11.37%

Color #147BE2 in popluar number systems.

HEX147BE2
Decimal20123226
Binary10100111101111100010
Octal24173342

Shades and tints

Shades of #147BE2

#147BE2
(20,123,226)
#1370CE
(19,112,206)
#1265BA
(18,101,186)
#115AA6
(17,90,166)
#104F92
(16,79,146)
#0F447E
(15,68,126)
#0E396A
(14,57,106)
#0D2E56
(13,46,86)
#0C2342
(12,35,66)
#0B182E
(11,24,46)
#0A0D1A
(10,13,26)
#000000
(0,0,0)

Tints of #147BE2

#147BE2
(20,123,226)
#2987E4
(41,135,228)
#3E93E6
(62,147,230)
#539FE8
(83,159,232)
#68ABEA
(104,171,234)
#7DB7EC
(125,183,236)
#92C3EE
(146,195,238)
#A7CFF0
(167,207,240)
#BCDBF2
(188,219,242)
#D1E7F4
(209,231,244)
#E6F3F6
(230,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #147BE2 color. Also use rgb(20,123,226) instead hex code.

Text Font Color

.myTextColor { color: #147BE2; }

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

This text font color is #147BE2.


Background Color

.myBgColor { background-color: #147BE2; }

<div style="background-color:#147BE2">Inner text</div>

This div background color is #147BE2.


Border color

.myBorderColor { border: 1px solid #147BE2; }

<div style="border:3px solid #147BE2">Div</div>

This div border color is #147BE2.


Opacity

.myOpacity80 { color: #147BE2; opacity: 0.8; }

<p style="color:#147BE2;opacity:0.8;">80%</p>

Text with #147BE2 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 #147BE2;}

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

This text has shadow with #147BE2 color.

.textShadow {text-shadow: 3px 3px 1px #147BE2, 3px 3px 1px red;}

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

This text has shadow with #147BE2 primary color and red secondary color.


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

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

This text has shadow with #147BE2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #147BE2 on black background.


Color preview on white background

This text has color #147BE2 on white background.



Black color preview on #147BE2 background

This text has black color on #147BE2 background.


White color preview on #147BE2 background

This text has white color on #147BE2 background.