COLOR #2F5DBA

HEX: #2F5DBA
RGB: (47,93,186)

Color info

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

RGB color model

#2F5DBA color RGB value is (47,93,186).

  • red value is 47;
  • green value is 93;
  • blue value is 186.
RGB:
(47,93,186)
(18%,36%,73%)

RGB channels and saturation

R 47 of 255 = 18%
G 93 of 255 = 36%
B 186 of 255 = 73%

47
93
186

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

Portions of RGB colors in percentages

R + G + B =
47 + 93 + 186 = 326 (100%)
R 47 of 326 ~ 14.42%
G 93 of 326 ~ 28.53%
B 186 of 326 ~ 57.06%

%14.42
%28.53
%57.06

CMYK color model

#2F5DBA color CMYK value is (75,50,0,27).

  • cyan value is 74.73%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(75,50,0,27)
C75M50Y0K27 
(75%,50%,0%,27%)
(0.75/0.50/0.00/0.27)	

CMYK percentages

%74.73
%50
%0
%27.06

Codes

Color #2F5DBA in popluar color models

2F5DBA
RGB4793186
HSL220°59.66%45.69%
HSB/HSV220°74.73%72.94%
CMYK74.73%50.00%0.00%
27.06%

Color #2F5DBA in popluar number systems.

HEX2F5DBA
Decimal4793186
Binary101111101110110111010
Octal57135272

Shades and tints

Shades of #2F5DBA

#2F5DBA
(47,93,186)
#2B55AA
(43,85,170)
#274D9A
(39,77,154)
#23458A
(35,69,138)
#1F3D7A
(31,61,122)
#1B356A
(27,53,106)
#172D5A
(23,45,90)
#13254A
(19,37,74)
#0F1D3A
(15,29,58)
#0B152A
(11,21,42)
#070D1A
(7,13,26)
#000000
(0,0,0)

Tints of #2F5DBA

#2F5DBA
(47,93,186)
#416BC0
(65,107,192)
#5379C6
(83,121,198)
#6587CC
(101,135,204)
#7795D2
(119,149,210)
#89A3D8
(137,163,216)
#9BB1DE
(155,177,222)
#ADBFE4
(173,191,228)
#BFCDEA
(191,205,234)
#D1DBF0
(209,219,240)
#E3E9F6
(227,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5DBA color. Also use rgb(47,93,186) instead hex code.

Text Font Color

.myTextColor { color: #2F5DBA; }

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

This text font color is #2F5DBA.


Background Color

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

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

This div background color is #2F5DBA.


Border color

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

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

This div border color is #2F5DBA.


Opacity

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

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

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

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

This text has shadow with #2F5DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5DBA on black background.


Color preview on white background

This text has color #2F5DBA on white background.



Black color preview on #2F5DBA background

This text has black color on #2F5DBA background.


White color preview on #2F5DBA background

This text has white color on #2F5DBA background.