COLOR #427CBD

HEX: #427CBD RGB: (66,124,189)

Color info

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

RGB color model

#427CBD color RGB value is (66,124,189).

RGB: (66,124,189) (26%, 49%, 74%)

RGB channels and saturation

R 66 of 255 = 26%
G 124 of 255 = 49%
B 189 of 255 = 74%

66
124
189

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

Portions of RGB colors in percentages

R + G + B = 66 + 124 + 189 = 379 (100%)
R 66 of 379 ~ 17.41%
G 124 of 379 ~ 32.72%
B 189 of 379 ~ 49.87'%

%17.41
%32.72
%49.87

CMYK color model

#427CBD color CMYK value is (65,34,0,26).

  • cyan value is 65.08%
  • magenta value is 34.39%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (65,34,0,26)
C65M34Y0K26 (65%, 34%, 0%, 26%)
(0.65 / 0.34 / 0.00 / 0.26)

CMYK percentages

%65.08
%34.39
%0
%25.88

Codes

Color #427CBD in popluar color models

42 7C BD
RGB 66 124 189
HSL 212° 48.24% 50.00%
HSB/HSV 212° 65.08% 74.12%
CMYK 65.08% 34.39% 0.00%
25.88%

Color #427CBD in popluar number systems.

HEX 42 7C BD
Decimal 66 124 189
Binary 1000010 1111100 10111101
Octal 102 174 275

Shades and tints

Shades of #427CBD

#427CBD
(66,124,189)
#3C71AC
(60,113,172)
#36669B
(54,102,155)
#305B8A
(48,91,138)
#2A5079
(42,80,121)
#244568
(36,69,104)
#1E3A57
(30,58,87)
#182F46
(24,47,70)
#122435
(18,36,53)
#0C1924
(12,25,36)
#060E13
(6,14,19)
#000000
(0,0,0)

Tints of #427CBD

#427CBD
(66,124,189)
#5387C3
(83,135,195)
#6492C9
(100,146,201)
#759DCF
(117,157,207)
#86A8D5
(134,168,213)
#97B3DB
(151,179,219)
#A8BEE1
(168,190,225)
#B9C9E7
(185,201,231)
#CAD4ED
(202,212,237)
#DBDFF3
(219,223,243)
#ECEAF9
(236,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427CBD color. Also use rgb(66,124,189) instead hex code.

Text Font Color

.myTextColor { color: #427CBD; }

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

This text font color is #427CBD.

Background Color

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

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

This div background color is #427CBD.

Border color

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

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

This div border color is #427CBD.

Opacity

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

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

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

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

This text has shadow with #427CBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #427CBD.

Preview

Color preview on black background

This text has color #427CBD on black background.


Color preview on white background

This text has color #427CBD on white background.


Black color preview on #427CBD background

This text has black color on #427CBD background.


White color preview on #427CBD background

This text has white color on #427CBD background.


Related colors

Complementary color

Complementary color for #427CBD is #BD8342.


I love getcolorcode.com

Triadic colors

1 #BD427C and #7CBD42 with #427CBD are triadic colors.

2 #BD7C42 and #7C42BD with #427CBD are triadic colors.