COLOR #427AD1

HEX: #427AD1 RGB: (66,122,209)

Color info

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

RGB color model

#427AD1 color RGB value is (66,122,209).

RGB: (66,122,209) (26%, 48%, 82%)

RGB channels and saturation

R 66 of 255 = 26%
G 122 of 255 = 48%
B 209 of 255 = 82%

66
122
209

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

Portions of RGB colors in percentages

R + G + B = 66 + 122 + 209 = 397 (100%)
R 66 of 397 ~ 16.62%
G 122 of 397 ~ 30.73%
B 209 of 397 ~ 52.64'%

%16.62
%30.73
%52.64

CMYK color model

#427AD1 color CMYK value is (68,42,0,18).

  • cyan value is 68.42%
  • magenta value is 41.63%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (68,42,0,18)
C68M42Y0K18 (68%, 42%, 0%, 18%)
(0.68 / 0.42 / 0.00 / 0.18)

CMYK percentages

%68.42
%41.63
%0
%18.04

Codes

Color #427AD1 in popluar color models

42 7A D1
RGB 66 122 209
HSL 217° 60.85% 53.92%
HSB/HSV 217° 68.42% 81.96%
CMYK 68.42% 41.63% 0.00%
18.04%

Color #427AD1 in popluar number systems.

HEX 42 7A D1
Decimal 66 122 209
Binary 1000010 1111010 11010001
Octal 102 172 321

Shades and tints

Shades of #427AD1

#427AD1
(66,122,209)
#3C6FBE
(60,111,190)
#3664AB
(54,100,171)
#305998
(48,89,152)
#2A4E85
(42,78,133)
#244372
(36,67,114)
#1E385F
(30,56,95)
#182D4C
(24,45,76)
#122239
(18,34,57)
#0C1726
(12,23,38)
#060C13
(6,12,19)
#000000
(0,0,0)

Tints of #427AD1

#427AD1
(66,122,209)
#5386D5
(83,134,213)
#6492D9
(100,146,217)
#759EDD
(117,158,221)
#86AAE1
(134,170,225)
#97B6E5
(151,182,229)
#A8C2E9
(168,194,233)
#B9CEED
(185,206,237)
#CADAF1
(202,218,241)
#DBE6F5
(219,230,245)
#ECF2F9
(236,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427AD1 color. Also use rgb(66,122,209) instead hex code.

Text Font Color

.myTextColor { color: #427AD1; }

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

This text font color is #427AD1.

Background Color

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

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

This div background color is #427AD1.

Border color

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

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

This div border color is #427AD1.

Opacity

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

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

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

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

This text has shadow with #427AD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #427AD1.

Preview

Color preview on black background

This text has color #427AD1 on black background.


Color preview on white background

This text has color #427AD1 on white background.


Black color preview on #427AD1 background

This text has black color on #427AD1 background.


White color preview on #427AD1 background

This text has white color on #427AD1 background.


Related colors

Complementary color

Complementary color for #427AD1 is #BD852E.


I love getcolorcode.com

Triadic colors

1 #D1427A and #7AD142 with #427AD1 are triadic colors.

2 #D17A42 and #7A42D1 with #427AD1 are triadic colors.