COLOR #2F50C4

HEX: #2F50C4
RGB: (47,80,196)

Color info

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

RGB color model

#2F50C4 color RGB value is (47,80,196).

  • red value is 47;
  • green value is 80;
  • blue value is 196.
RGB:
(47,80,196)
(18%,31%,77%)

RGB channels and saturation

R 47 of 255 = 18%
G 80 of 255 = 31%
B 196 of 255 = 77%

47
80
196

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

Portions of RGB colors in percentages

R + G + B =
47 + 80 + 196 = 323 (100%)
R 47 of 323 ~ 14.55%
G 80 of 323 ~ 24.77%
B 196 of 323 ~ 60.68%

%14.55
%24.77
%60.68

CMYK color model

#2F50C4 color CMYK value is (76,59,0,23).

  • cyan value is 76.02%
  • magenta value is 59.18%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(76,59,0,23)
C76M59Y0K23 
(76%,59%,0%,23%)
(0.76/0.59/0.00/0.23)	

CMYK percentages

%76.02
%59.18
%0
%23.14

Codes

Color #2F50C4 in popluar color models

2F50C4
RGB4780196
HSL227°61.32%47.65%
HSB/HSV227°76.02%76.86%
CMYK76.02%59.18%0.00%
23.14%

Color #2F50C4 in popluar number systems.

HEX2F50C4
Decimal4780196
Binary101111101000011000100
Octal57120304

Shades and tints

Shades of #2F50C4

#2F50C4
(47,80,196)
#2B49B3
(43,73,179)
#2742A2
(39,66,162)
#233B91
(35,59,145)
#1F3480
(31,52,128)
#1B2D6F
(27,45,111)
#17265E
(23,38,94)
#131F4D
(19,31,77)
#0F183C
(15,24,60)
#0B112B
(11,17,43)
#070A1A
(7,10,26)
#000000
(0,0,0)

Tints of #2F50C4

#2F50C4
(47,80,196)
#415FC9
(65,95,201)
#536ECE
(83,110,206)
#657DD3
(101,125,211)
#778CD8
(119,140,216)
#899BDD
(137,155,221)
#9BAAE2
(155,170,226)
#ADB9E7
(173,185,231)
#BFC8EC
(191,200,236)
#D1D7F1
(209,215,241)
#E3E6F6
(227,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F50C4 color. Also use rgb(47,80,196) instead hex code.

Text Font Color

.myTextColor { color: #2F50C4; }

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

This text font color is #2F50C4.


Background Color

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

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

This div background color is #2F50C4.


Border color

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

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

This div border color is #2F50C4.


Opacity

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

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

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

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

This text has shadow with #2F50C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F50C4 on black background.


Color preview on white background

This text has color #2F50C4 on white background.



Black color preview on #2F50C4 background

This text has black color on #2F50C4 background.


White color preview on #2F50C4 background

This text has white color on #2F50C4 background.