COLOR #1C4AF8

HEX: #1C4AF8
RGB: (28,74,248)

Color info

#1C4AF8 contains mainly blue color. Web safe color of #1C4AF8 is #3333FF (or #33F).

RGB color model

#1C4AF8 color RGB value is (28,74,248).

  • red value is 28;
  • green value is 74;
  • blue value is 248.
RGB:
(28,74,248)
(11%,29%,97%)

RGB channels and saturation

R 28 of 255 = 11%
G 74 of 255 = 29%
B 248 of 255 = 97%

28
74
248

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

Portions of RGB colors in percentages

R + G + B =
28 + 74 + 248 = 350 (100%)
R 28 of 350 ~ 8%
G 74 of 350 ~ 21.14%
B 248 of 350 ~ 70.86%

%21.14
%70.86

CMYK color model

#1C4AF8 color CMYK value is (89,70,0,3).

  • cyan value is 88.71%
  • magenta value is 70.16%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(89,70,0,3)
C89M70Y0K3 
(89%,70%,0%,3%)
(0.89/0.70/0.00/0.03)	

CMYK percentages

%88.71
%70.16
%0
%2.75

Codes

Color #1C4AF8 in popluar color models

1C4AF8
RGB2874248
HSL227°94.02%54.12%
HSB/HSV227°88.71%97.25%
CMYK88.71%70.16%0.00%
2.75%

Color #1C4AF8 in popluar number systems.

HEX1C4AF8
Decimal2874248
Binary11100100101011111000
Octal34112370

Shades and tints

Shades of #1C4AF8

#1C4AF8
(28,74,248)
#1A44E2
(26,68,226)
#183ECC
(24,62,204)
#1638B6
(22,56,182)
#1432A0
(20,50,160)
#122C8A
(18,44,138)
#102674
(16,38,116)
#0E205E
(14,32,94)
#0C1A48
(12,26,72)
#0A1432
(10,20,50)
#080E1C
(8,14,28)
#000000
(0,0,0)

Tints of #1C4AF8

#1C4AF8
(28,74,248)
#305AF8
(48,90,248)
#446AF8
(68,106,248)
#587AF8
(88,122,248)
#6C8AF8
(108,138,248)
#809AF8
(128,154,248)
#94AAF8
(148,170,248)
#A8BAF8
(168,186,248)
#BCCAF8
(188,202,248)
#D0DAF8
(208,218,248)
#E4EAF8
(228,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C4AF8 color. Also use rgb(28,74,248) instead hex code.

Text Font Color

.myTextColor { color: #1C4AF8; }

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

This text font color is #1C4AF8.


Background Color

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

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

This div background color is #1C4AF8.


Border color

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

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

This div border color is #1C4AF8.


Opacity

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

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

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

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

This text has shadow with #1C4AF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4AF8 on black background.


Color preview on white background

This text has color #1C4AF8 on white background.



Black color preview on #1C4AF8 background

This text has black color on #1C4AF8 background.


White color preview on #1C4AF8 background

This text has white color on #1C4AF8 background.