COLOR #427DC8

HEX: #427DC8
RGB: (66,125,200)

Color info

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

RGB color model

#427DC8 color RGB value is (66,125,200).

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

RGB channels and saturation

R 66 of 255 = 26%
G 125 of 255 = 49%
B 200 of 255 = 78%

66
125
200

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

Portions of RGB colors in percentages

R + G + B =
66 + 125 + 200 = 391 (100%)
R 66 of 391 ~ 16.88%
G 125 of 391 ~ 31.97%
B 200 of 391 ~ 51.15%

%16.88
%31.97
%51.15

CMYK color model

#427DC8 color CMYK value is (67,38,0,22).

  • cyan value is 67.00%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(67,38,0,22)
C67M38Y0K22 
(67%,38%,0%,22%)
(0.67/0.38/0.00/0.22)	

CMYK percentages

%67
%37.5
%0
%21.57

Codes

Color #427DC8 in popluar color models

427DC8
RGB66125200
HSL214°54.92%52.16%
HSB/HSV214°67.00%78.43%
CMYK67.00%37.50%0.00%
21.57%

Color #427DC8 in popluar number systems.

HEX427DC8
Decimal66125200
Binary1000010111110111001000
Octal102175310

Shades and tints

Shades of #427DC8

#427DC8
(66,125,200)
#3C72B6
(60,114,182)
#3667A4
(54,103,164)
#305C92
(48,92,146)
#2A5180
(42,81,128)
#24466E
(36,70,110)
#1E3B5C
(30,59,92)
#18304A
(24,48,74)
#122538
(18,37,56)
#0C1A26
(12,26,38)
#060F14
(6,15,20)
#000000
(0,0,0)

Tints of #427DC8

#427DC8
(66,125,200)
#5388CD
(83,136,205)
#6493D2
(100,147,210)
#759ED7
(117,158,215)
#86A9DC
(134,169,220)
#97B4E1
(151,180,225)
#A8BFE6
(168,191,230)
#B9CAEB
(185,202,235)
#CAD5F0
(202,213,240)
#DBE0F5
(219,224,245)
#ECEBFA
(236,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427DC8; }

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

This text font color is #427DC8.


Background Color

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

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

This div background color is #427DC8.


Border color

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

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

This div border color is #427DC8.


Opacity

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

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

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

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

This text has shadow with #427DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427DC8 on black background.


Color preview on white background

This text has color #427DC8 on white background.



Black color preview on #427DC8 background

This text has black color on #427DC8 background.


White color preview on #427DC8 background

This text has white color on #427DC8 background.