COLOR #1C83E8

HEX: #1C83E8
RGB: (28,131,232)

Color info

#1C83E8 contains mainly blue color. Web safe color of #1C83E8 is #3399FF (or #39F).

RGB color model

#1C83E8 color RGB value is (28,131,232).

  • red value is 28;
  • green value is 131;
  • blue value is 232.
RGB:
(28,131,232)
(11%,51%,91%)

RGB channels and saturation

R 28 of 255 = 11%
G 131 of 255 = 51%
B 232 of 255 = 91%

28
131
232

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

Portions of RGB colors in percentages

R + G + B =
28 + 131 + 232 = 391 (100%)
R 28 of 391 ~ 7.16%
G 131 of 391 ~ 33.5%
B 232 of 391 ~ 59.34%

%33.5
%59.34

CMYK color model

#1C83E8 color CMYK value is (88,44,0,9).

  • cyan value is 87.93%
  • magenta value is 43.53%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(88,44,0,9)
C88M44Y0K9 
(88%,44%,0%,9%)
(0.88/0.44/0.00/0.09)	

CMYK percentages

%87.93
%43.53
%0
%9.02

Codes

Color #1C83E8 in popluar color models

1C83E8
RGB28131232
HSL210°81.60%50.98%
HSB/HSV210°87.93%90.98%
CMYK87.93%43.53%0.00%
9.02%

Color #1C83E8 in popluar number systems.

HEX1C83E8
Decimal28131232
Binary111001000001111101000
Octal34203350

Shades and tints

Shades of #1C83E8

#1C83E8
(28,131,232)
#1A78D3
(26,120,211)
#186DBE
(24,109,190)
#1662A9
(22,98,169)
#145794
(20,87,148)
#124C7F
(18,76,127)
#10416A
(16,65,106)
#0E3655
(14,54,85)
#0C2B40
(12,43,64)
#0A202B
(10,32,43)
#081516
(8,21,22)
#000000
(0,0,0)

Tints of #1C83E8

#1C83E8
(28,131,232)
#308EEA
(48,142,234)
#4499EC
(68,153,236)
#58A4EE
(88,164,238)
#6CAFF0
(108,175,240)
#80BAF2
(128,186,242)
#94C5F4
(148,197,244)
#A8D0F6
(168,208,246)
#BCDBF8
(188,219,248)
#D0E6FA
(208,230,250)
#E4F1FC
(228,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C83E8 color. Also use rgb(28,131,232) instead hex code.

Text Font Color

.myTextColor { color: #1C83E8; }

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

This text font color is #1C83E8.


Background Color

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

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

This div background color is #1C83E8.


Border color

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

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

This div border color is #1C83E8.


Opacity

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

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

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

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

This text has shadow with #1C83E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C83E8 on black background.


Color preview on white background

This text has color #1C83E8 on white background.



Black color preview on #1C83E8 background

This text has black color on #1C83E8 background.


White color preview on #1C83E8 background

This text has white color on #1C83E8 background.