COLOR #2C5FCC

HEX: #2C5FCC
RGB: (44,95,204)

Color info

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

RGB color model

#2C5FCC color RGB value is (44,95,204).

  • red value is 44;
  • green value is 95;
  • blue value is 204.
RGB:
(44,95,204)
(17%,37%,80%)

RGB channels and saturation

R 44 of 255 = 17%
G 95 of 255 = 37%
B 204 of 255 = 80%

44
95
204

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

Portions of RGB colors in percentages

R + G + B =
44 + 95 + 204 = 343 (100%)
R 44 of 343 ~ 12.83%
G 95 of 343 ~ 27.7%
B 204 of 343 ~ 59.48%

%12.83
%27.7
%59.48

CMYK color model

#2C5FCC color CMYK value is (78,53,0,20).

  • cyan value is 78.43%
  • magenta value is 53.43%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(78,53,0,20)
C78M53Y0K20 
(78%,53%,0%,20%)
(0.78/0.53/0.00/0.20)	

CMYK percentages

%78.43
%53.43
%0
%20

Codes

Color #2C5FCC in popluar color models

2C5FCC
RGB4495204
HSL221°64.52%48.63%
HSB/HSV221°78.43%80.00%
CMYK78.43%53.43%0.00%
20.00%

Color #2C5FCC in popluar number systems.

HEX2C5FCC
Decimal4495204
Binary101100101111111001100
Octal54137314

Shades and tints

Shades of #2C5FCC

#2C5FCC
(44,95,204)
#2857BA
(40,87,186)
#244FA8
(36,79,168)
#204796
(32,71,150)
#1C3F84
(28,63,132)
#183772
(24,55,114)
#142F60
(20,47,96)
#10274E
(16,39,78)
#0C1F3C
(12,31,60)
#08172A
(8,23,42)
#040F18
(4,15,24)
#000000
(0,0,0)

Tints of #2C5FCC

#2C5FCC
(44,95,204)
#3F6DD0
(63,109,208)
#527BD4
(82,123,212)
#6589D8
(101,137,216)
#7897DC
(120,151,220)
#8BA5E0
(139,165,224)
#9EB3E4
(158,179,228)
#B1C1E8
(177,193,232)
#C4CFEC
(196,207,236)
#D7DDF0
(215,221,240)
#EAEBF4
(234,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C5FCC color. Also use rgb(44,95,204) instead hex code.

Text Font Color

.myTextColor { color: #2C5FCC; }

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

This text font color is #2C5FCC.


Background Color

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

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

This div background color is #2C5FCC.


Border color

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

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

This div border color is #2C5FCC.


Opacity

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

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

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

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

This text has shadow with #2C5FCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C5FCC on black background.


Color preview on white background

This text has color #2C5FCC on white background.



Black color preview on #2C5FCC background

This text has black color on #2C5FCC background.


White color preview on #2C5FCC background

This text has white color on #2C5FCC background.