COLOR #2F5AC7

HEX: #2F5AC7
RGB: (47,90,199)

Color info

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

RGB color model

#2F5AC7 color RGB value is (47,90,199).

  • red value is 47;
  • green value is 90;
  • blue value is 199.
RGB:
(47,90,199)
(18%,35%,78%)

RGB channels and saturation

R 47 of 255 = 18%
G 90 of 255 = 35%
B 199 of 255 = 78%

47
90
199

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

Portions of RGB colors in percentages

R + G + B =
47 + 90 + 199 = 336 (100%)
R 47 of 336 ~ 13.99%
G 90 of 336 ~ 26.79%
B 199 of 336 ~ 59.23%

%13.99
%26.79
%59.23

CMYK color model

#2F5AC7 color CMYK value is (76,55,0,22).

  • cyan value is 76.38%
  • magenta value is 54.77%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(76,55,0,22)
C76M55Y0K22 
(76%,55%,0%,22%)
(0.76/0.55/0.00/0.22)	

CMYK percentages

%76.38
%54.77
%0
%21.96

Codes

Color #2F5AC7 in popluar color models

2F5AC7
RGB4790199
HSL223°61.79%48.24%
HSB/HSV223°76.38%78.04%
CMYK76.38%54.77%0.00%
21.96%

Color #2F5AC7 in popluar number systems.

HEX2F5AC7
Decimal4790199
Binary101111101101011000111
Octal57132307

Shades and tints

Shades of #2F5AC7

#2F5AC7
(47,90,199)
#2B52B5
(43,82,181)
#274AA3
(39,74,163)
#234291
(35,66,145)
#1F3A7F
(31,58,127)
#1B326D
(27,50,109)
#172A5B
(23,42,91)
#132249
(19,34,73)
#0F1A37
(15,26,55)
#0B1225
(11,18,37)
#070A13
(7,10,19)
#000000
(0,0,0)

Tints of #2F5AC7

#2F5AC7
(47,90,199)
#4169CC
(65,105,204)
#5378D1
(83,120,209)
#6587D6
(101,135,214)
#7796DB
(119,150,219)
#89A5E0
(137,165,224)
#9BB4E5
(155,180,229)
#ADC3EA
(173,195,234)
#BFD2EF
(191,210,239)
#D1E1F4
(209,225,244)
#E3F0F9
(227,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5AC7 color. Also use rgb(47,90,199) instead hex code.

Text Font Color

.myTextColor { color: #2F5AC7; }

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

This text font color is #2F5AC7.


Background Color

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

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

This div background color is #2F5AC7.


Border color

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

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

This div border color is #2F5AC7.


Opacity

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

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

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

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

This text has shadow with #2F5AC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5AC7 on black background.


Color preview on white background

This text has color #2F5AC7 on white background.



Black color preview on #2F5AC7 background

This text has black color on #2F5AC7 background.


White color preview on #2F5AC7 background

This text has white color on #2F5AC7 background.