COLOR #1C4EF1

HEX: #1C4EF1
RGB: (28,78,241)

Color info

#1C4EF1 contains mainly blue color. Web safe color of #1C4EF1 is #3366FF (or #36F).

RGB color model

#1C4EF1 color RGB value is (28,78,241).

  • red value is 28;
  • green value is 78;
  • blue value is 241.
RGB:
(28,78,241)
(11%,31%,95%)

RGB channels and saturation

R 28 of 255 = 11%
G 78 of 255 = 31%
B 241 of 255 = 95%

28
78
241

R + G + B ~ 46%. #1C4EF1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
28 + 78 + 241 = 347 (100%)
R 28 of 347 ~ 8.07%
G 78 of 347 ~ 22.48%
B 241 of 347 ~ 69.45%

%22.48
%69.45

CMYK color model

#1C4EF1 color CMYK value is (88,68,0,5).

  • cyan value is 88.38%
  • magenta value is 67.63%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(88,68,0,5)
C88M68Y0K5 
(88%,68%,0%,5%)
(0.88/0.68/0.00/0.05)	

CMYK percentages

%88.38
%67.63
%0
%5.49

Codes

Color #1C4EF1 in popluar color models

1C4EF1
RGB2878241
HSL226°88.38%52.75%
HSB/HSV226°88.38%94.51%
CMYK88.38%67.63%0.00%
5.49%

Color #1C4EF1 in popluar number systems.

HEX1C4EF1
Decimal2878241
Binary11100100111011110001
Octal34116361

Shades and tints

Shades of #1C4EF1

#1C4EF1
(28,78,241)
#1A47DC
(26,71,220)
#1840C7
(24,64,199)
#1639B2
(22,57,178)
#14329D
(20,50,157)
#122B88
(18,43,136)
#102473
(16,36,115)
#0E1D5E
(14,29,94)
#0C1649
(12,22,73)
#0A0F34
(10,15,52)
#08081F
(8,8,31)
#000000
(0,0,0)

Tints of #1C4EF1

#1C4EF1
(28,78,241)
#305EF2
(48,94,242)
#446EF3
(68,110,243)
#587EF4
(88,126,244)
#6C8EF5
(108,142,245)
#809EF6
(128,158,246)
#94AEF7
(148,174,247)
#A8BEF8
(168,190,248)
#BCCEF9
(188,206,249)
#D0DEFA
(208,222,250)
#E4EEFB
(228,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C4EF1 color. Also use rgb(28,78,241) instead hex code.

Text Font Color

.myTextColor { color: #1C4EF1; }

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

This text font color is #1C4EF1.


Background Color

.myBgColor { background-color: #1C4EF1; }

<div style="background-color:#1C4EF1">Inner text</div>

This div background color is #1C4EF1.


Border color

.myBorderColor { border: 1px solid #1C4EF1; }

<div style="border:3px solid #1C4EF1">Div</div>

This div border color is #1C4EF1.


Opacity

.myOpacity80 { color: #1C4EF1; opacity: 0.8; }

<p style="color:#1C4EF1;opacity:0.8;">80%</p>

Text with #1C4EF1 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 #1C4EF1;}

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

This text has shadow with #1C4EF1 color.

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

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

This text has shadow with #1C4EF1 primary color and red secondary color.


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

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

This text has shadow with #1C4EF1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4EF1 on black background.


Color preview on white background

This text has color #1C4EF1 on white background.



Black color preview on #1C4EF1 background

This text has black color on #1C4EF1 background.


White color preview on #1C4EF1 background

This text has white color on #1C4EF1 background.