COLOR #1C50E0

HEX: #1C50E0
RGB: (28,80,224)

Color info

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

RGB color model

#1C50E0 color RGB value is (28,80,224).

  • red value is 28;
  • green value is 80;
  • blue value is 224.
RGB:
(28,80,224)
(11%,31%,88%)

RGB channels and saturation

R 28 of 255 = 11%
G 80 of 255 = 31%
B 224 of 255 = 88%

28
80
224

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

Portions of RGB colors in percentages

R + G + B =
28 + 80 + 224 = 332 (100%)
R 28 of 332 ~ 8.43%
G 80 of 332 ~ 24.1%
B 224 of 332 ~ 67.47%

%24.1
%67.47

CMYK color model

#1C50E0 color CMYK value is (88,64,0,12).

  • cyan value is 87.50%
  • magenta value is 64.29%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(88,64,0,12)
C88M64Y0K12 
(88%,64%,0%,12%)
(0.88/0.64/0.00/0.12)	

CMYK percentages

%87.5
%64.29
%0
%12.16

Codes

Color #1C50E0 in popluar color models

1C50E0
RGB2880224
HSL224°77.78%49.41%
HSB/HSV224°87.50%87.84%
CMYK87.50%64.29%0.00%
12.16%

Color #1C50E0 in popluar number systems.

HEX1C50E0
Decimal2880224
Binary11100101000011100000
Octal34120340

Shades and tints

Shades of #1C50E0

#1C50E0
(28,80,224)
#1A49CC
(26,73,204)
#1842B8
(24,66,184)
#163BA4
(22,59,164)
#143490
(20,52,144)
#122D7C
(18,45,124)
#102668
(16,38,104)
#0E1F54
(14,31,84)
#0C1840
(12,24,64)
#0A112C
(10,17,44)
#080A18
(8,10,24)
#000000
(0,0,0)

Tints of #1C50E0

#1C50E0
(28,80,224)
#305FE2
(48,95,226)
#446EE4
(68,110,228)
#587DE6
(88,125,230)
#6C8CE8
(108,140,232)
#809BEA
(128,155,234)
#94AAEC
(148,170,236)
#A8B9EE
(168,185,238)
#BCC8F0
(188,200,240)
#D0D7F2
(208,215,242)
#E4E6F4
(228,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C50E0 color. Also use rgb(28,80,224) instead hex code.

Text Font Color

.myTextColor { color: #1C50E0; }

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

This text font color is #1C50E0.


Background Color

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

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

This div background color is #1C50E0.


Border color

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

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

This div border color is #1C50E0.


Opacity

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

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

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

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

This text has shadow with #1C50E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C50E0 on black background.


Color preview on white background

This text has color #1C50E0 on white background.



Black color preview on #1C50E0 background

This text has black color on #1C50E0 background.


White color preview on #1C50E0 background

This text has white color on #1C50E0 background.