COLOR #2F73D4

HEX: #2F73D4
RGB: (47,115,212)

Color info

#2F73D4 contains mainly blue color. Web safe color of #2F73D4 is #3366CC (or #36C).

RGB color model

#2F73D4 color RGB value is (47,115,212).

  • red value is 47;
  • green value is 115;
  • blue value is 212.
RGB:
(47,115,212)
(18%,45%,83%)

RGB channels and saturation

R 47 of 255 = 18%
G 115 of 255 = 45%
B 212 of 255 = 83%

47
115
212

R + G + B ~ 49%. #2F73D4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
47 + 115 + 212 = 374 (100%)
R 47 of 374 ~ 12.57%
G 115 of 374 ~ 30.75%
B 212 of 374 ~ 56.68%

%12.57
%30.75
%56.68

CMYK color model

#2F73D4 color CMYK value is (78,46,0,17).

  • cyan value is 77.83%
  • magenta value is 45.75%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(78,46,0,17)
C78M46Y0K17 
(78%,46%,0%,17%)
(0.78/0.46/0.00/0.17)	

CMYK percentages

%77.83
%45.75
%0
%16.86

Codes

Color #2F73D4 in popluar color models

2F73D4
RGB47115212
HSL215°65.74%50.78%
HSB/HSV215°77.83%83.14%
CMYK77.83%45.75%0.00%
16.86%

Color #2F73D4 in popluar number systems.

HEX2F73D4
Decimal47115212
Binary101111111001111010100
Octal57163324

Shades and tints

Shades of #2F73D4

#2F73D4
(47,115,212)
#2B69C1
(43,105,193)
#275FAE
(39,95,174)
#23559B
(35,85,155)
#1F4B88
(31,75,136)
#1B4175
(27,65,117)
#173762
(23,55,98)
#132D4F
(19,45,79)
#0F233C
(15,35,60)
#0B1929
(11,25,41)
#070F16
(7,15,22)
#000000
(0,0,0)

Tints of #2F73D4

#2F73D4
(47,115,212)
#417FD7
(65,127,215)
#538BDA
(83,139,218)
#6597DD
(101,151,221)
#77A3E0
(119,163,224)
#89AFE3
(137,175,227)
#9BBBE6
(155,187,230)
#ADC7E9
(173,199,233)
#BFD3EC
(191,211,236)
#D1DFEF
(209,223,239)
#E3EBF2
(227,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F73D4 color. Also use rgb(47,115,212) instead hex code.

Text Font Color

.myTextColor { color: #2F73D4; }

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

This text font color is #2F73D4.


Background Color

.myBgColor { background-color: #2F73D4; }

<div style="background-color:#2F73D4">Inner text</div>

This div background color is #2F73D4.


Border color

.myBorderColor { border: 1px solid #2F73D4; }

<div style="border:3px solid #2F73D4">Div</div>

This div border color is #2F73D4.


Opacity

.myOpacity80 { color: #2F73D4; opacity: 0.8; }

<p style="color:#2F73D4;opacity:0.8;">80%</p>

Text with #2F73D4 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 #2F73D4;}

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

This text has shadow with #2F73D4 color.

.textShadow {text-shadow: 3px 3px 1px #2F73D4, 3px 3px 1px red;}

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

This text has shadow with #2F73D4 primary color and red secondary color.


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

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

This text has shadow with #2F73D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F73D4 on black background.


Color preview on white background

This text has color #2F73D4 on white background.



Black color preview on #2F73D4 background

This text has black color on #2F73D4 background.


White color preview on #2F73D4 background

This text has white color on #2F73D4 background.