COLOR #428CF6

HEX: #428CF6
RGB: (66,140,246)

Color info

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

RGB color model

#428CF6 color RGB value is (66,140,246).

  • red value is 66;
  • green value is 140;
  • blue value is 246.
RGB:
(66,140,246)
(26%,55%,96%)

RGB channels and saturation

R 66 of 255 = 26%
G 140 of 255 = 55%
B 246 of 255 = 96%

66
140
246

R + G + B ~ 59%. #428CF6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 140 + 246 = 452 (100%)
R 66 of 452 ~ 14.6%
G 140 of 452 ~ 30.97%
B 246 of 452 ~ 54.42%

%14.6
%30.97
%54.42

CMYK color model

#428CF6 color CMYK value is (73,43,0,4).

  • cyan value is 73.17%
  • magenta value is 43.09%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(73,43,0,4)
C73M43Y0K4 
(73%,43%,0%,4%)
(0.73/0.43/0.00/0.04)	

CMYK percentages

%73.17
%43.09
%0
%3.53

Codes

Color #428CF6 in popluar color models

428CF6
RGB66140246
HSL215°90.91%61.18%
HSB/HSV215°73.17%96.47%
CMYK73.17%43.09%0.00%
3.53%

Color #428CF6 in popluar number systems.

HEX428CF6
Decimal66140246
Binary10000101000110011110110
Octal102214366

Shades and tints

Shades of #428CF6

#428CF6
(66,140,246)
#3C80E0
(60,128,224)
#3674CA
(54,116,202)
#3068B4
(48,104,180)
#2A5C9E
(42,92,158)
#245088
(36,80,136)
#1E4472
(30,68,114)
#18385C
(24,56,92)
#122C46
(18,44,70)
#0C2030
(12,32,48)
#06141A
(6,20,26)
#000000
(0,0,0)

Tints of #428CF6

#428CF6
(66,140,246)
#5396F6
(83,150,246)
#64A0F6
(100,160,246)
#75AAF6
(117,170,246)
#86B4F6
(134,180,246)
#97BEF6
(151,190,246)
#A8C8F6
(168,200,246)
#B9D2F6
(185,210,246)
#CADCF6
(202,220,246)
#DBE6F6
(219,230,246)
#ECF0F6
(236,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428CF6 color. Also use rgb(66,140,246) instead hex code.

Text Font Color

.myTextColor { color: #428CF6; }

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

This text font color is #428CF6.


Background Color

.myBgColor { background-color: #428CF6; }

<div style="background-color:#428CF6">Inner text</div>

This div background color is #428CF6.


Border color

.myBorderColor { border: 1px solid #428CF6; }

<div style="border:3px solid #428CF6">Div</div>

This div border color is #428CF6.


Opacity

.myOpacity80 { color: #428CF6; opacity: 0.8; }

<p style="color:#428CF6;opacity:0.8;">80%</p>

Text with #428CF6 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 #428CF6;}

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

This text has shadow with #428CF6 color.

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

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

This text has shadow with #428CF6 primary color and red secondary color.


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

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

This text has shadow with #428CF6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428CF6 on black background.


Color preview on white background

This text has color #428CF6 on white background.



Black color preview on #428CF6 background

This text has black color on #428CF6 background.


White color preview on #428CF6 background

This text has white color on #428CF6 background.