COLOR #427DE0

HEX: #427DE0
RGB: (66,125,224)

Color info

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

RGB color model

#427DE0 color RGB value is (66,125,224).

  • red value is 66;
  • green value is 125;
  • blue value is 224.
RGB:
(66,125,224)
(26%,49%,88%)

RGB channels and saturation

R 66 of 255 = 26%
G 125 of 255 = 49%
B 224 of 255 = 88%

66
125
224

R + G + B ~ 54%. #427DE0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 125 + 224 = 415 (100%)
R 66 of 415 ~ 15.9%
G 125 of 415 ~ 30.12%
B 224 of 415 ~ 53.98%

%15.9
%30.12
%53.98

CMYK color model

#427DE0 color CMYK value is (71,44,0,12).

  • cyan value is 70.54%
  • magenta value is 44.20%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(71,44,0,12)
C71M44Y0K12 
(71%,44%,0%,12%)
(0.71/0.44/0.00/0.12)	

CMYK percentages

%70.54
%44.2
%0
%12.16

Codes

Color #427DE0 in popluar color models

427DE0
RGB66125224
HSL218°71.82%56.86%
HSB/HSV218°70.54%87.84%
CMYK70.54%44.20%0.00%
12.16%

Color #427DE0 in popluar number systems.

HEX427DE0
Decimal66125224
Binary1000010111110111100000
Octal102175340

Shades and tints

Shades of #427DE0

#427DE0
(66,125,224)
#3C72CC
(60,114,204)
#3667B8
(54,103,184)
#305CA4
(48,92,164)
#2A5190
(42,81,144)
#24467C
(36,70,124)
#1E3B68
(30,59,104)
#183054
(24,48,84)
#122540
(18,37,64)
#0C1A2C
(12,26,44)
#060F18
(6,15,24)
#000000
(0,0,0)

Tints of #427DE0

#427DE0
(66,125,224)
#5388E2
(83,136,226)
#6493E4
(100,147,228)
#759EE6
(117,158,230)
#86A9E8
(134,169,232)
#97B4EA
(151,180,234)
#A8BFEC
(168,191,236)
#B9CAEE
(185,202,238)
#CAD5F0
(202,213,240)
#DBE0F2
(219,224,242)
#ECEBF4
(236,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427DE0 color. Also use rgb(66,125,224) instead hex code.

Text Font Color

.myTextColor { color: #427DE0; }

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

This text font color is #427DE0.


Background Color

.myBgColor { background-color: #427DE0; }

<div style="background-color:#427DE0">Inner text</div>

This div background color is #427DE0.


Border color

.myBorderColor { border: 1px solid #427DE0; }

<div style="border:3px solid #427DE0">Div</div>

This div border color is #427DE0.


Opacity

.myOpacity80 { color: #427DE0; opacity: 0.8; }

<p style="color:#427DE0;opacity:0.8;">80%</p>

Text with #427DE0 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 #427DE0;}

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

This text has shadow with #427DE0 color.

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

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

This text has shadow with #427DE0 primary color and red secondary color.


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

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

This text has shadow with #427DE0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427DE0 on black background.


Color preview on white background

This text has color #427DE0 on white background.



Black color preview on #427DE0 background

This text has black color on #427DE0 background.


White color preview on #427DE0 background

This text has white color on #427DE0 background.