COLOR #428AF8

HEX: #428AF8
RGB: (66,138,248)

Color info

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

RGB color model

#428AF8 color RGB value is (66,138,248).

  • red value is 66;
  • green value is 138;
  • blue value is 248.
RGB:
(66,138,248)
(26%,54%,97%)

RGB channels and saturation

R 66 of 255 = 26%
G 138 of 255 = 54%
B 248 of 255 = 97%

66
138
248

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

Portions of RGB colors in percentages

R + G + B =
66 + 138 + 248 = 452 (100%)
R 66 of 452 ~ 14.6%
G 138 of 452 ~ 30.53%
B 248 of 452 ~ 54.87%

%14.6
%30.53
%54.87

CMYK color model

#428AF8 color CMYK value is (73,44,0,3).

  • cyan value is 73.39%
  • magenta value is 44.35%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(73,44,0,3)
C73M44Y0K3 
(73%,44%,0%,3%)
(0.73/0.44/0.00/0.03)	

CMYK percentages

%73.39
%44.35
%0
%2.75

Codes

Color #428AF8 in popluar color models

428AF8
RGB66138248
HSL216°92.86%61.57%
HSB/HSV216°73.39%97.25%
CMYK73.39%44.35%0.00%
2.75%

Color #428AF8 in popluar number systems.

HEX428AF8
Decimal66138248
Binary10000101000101011111000
Octal102212370

Shades and tints

Shades of #428AF8

#428AF8
(66,138,248)
#3C7EE2
(60,126,226)
#3672CC
(54,114,204)
#3066B6
(48,102,182)
#2A5AA0
(42,90,160)
#244E8A
(36,78,138)
#1E4274
(30,66,116)
#18365E
(24,54,94)
#122A48
(18,42,72)
#0C1E32
(12,30,50)
#06121C
(6,18,28)
#000000
(0,0,0)

Tints of #428AF8

#428AF8
(66,138,248)
#5394F8
(83,148,248)
#649EF8
(100,158,248)
#75A8F8
(117,168,248)
#86B2F8
(134,178,248)
#97BCF8
(151,188,248)
#A8C6F8
(168,198,248)
#B9D0F8
(185,208,248)
#CADAF8
(202,218,248)
#DBE4F8
(219,228,248)
#ECEEF8
(236,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428AF8 color. Also use rgb(66,138,248) instead hex code.

Text Font Color

.myTextColor { color: #428AF8; }

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

This text font color is #428AF8.


Background Color

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

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

This div background color is #428AF8.


Border color

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

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

This div border color is #428AF8.


Opacity

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

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

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

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

This text has shadow with #428AF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428AF8 on black background.


Color preview on white background

This text has color #428AF8 on white background.



Black color preview on #428AF8 background

This text has black color on #428AF8 background.


White color preview on #428AF8 background

This text has white color on #428AF8 background.