COLOR #427CF7

HEX: #427CF7
RGB: (66,124,247)

Color info

#427CF7 contains mainly blue color. Web safe color of #427CF7 is #3366FF (or #36F).

RGB color model

#427CF7 color RGB value is (66,124,247).

  • red value is 66;
  • green value is 124;
  • blue value is 247.
RGB:
(66,124,247)
(26%,49%,97%)

RGB channels and saturation

R 66 of 255 = 26%
G 124 of 255 = 49%
B 247 of 255 = 97%

66
124
247

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

Portions of RGB colors in percentages

R + G + B =
66 + 124 + 247 = 437 (100%)
R 66 of 437 ~ 15.1%
G 124 of 437 ~ 28.38%
B 247 of 437 ~ 56.52%

%15.1
%28.38
%56.52

CMYK color model

#427CF7 color CMYK value is (73,50,0,3).

  • cyan value is 73.28%
  • magenta value is 49.80%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(73,50,0,3)
C73M50Y0K3 
(73%,50%,0%,3%)
(0.73/0.50/0.00/0.03)	

CMYK percentages

%73.28
%49.8
%0
%3.14

Codes

Color #427CF7 in popluar color models

427CF7
RGB66124247
HSL221°91.88%61.37%
HSB/HSV221°73.28%96.86%
CMYK73.28%49.80%0.00%
3.14%

Color #427CF7 in popluar number systems.

HEX427CF7
Decimal66124247
Binary1000010111110011110111
Octal102174367

Shades and tints

Shades of #427CF7

#427CF7
(66,124,247)
#3C71E1
(60,113,225)
#3666CB
(54,102,203)
#305BB5
(48,91,181)
#2A509F
(42,80,159)
#244589
(36,69,137)
#1E3A73
(30,58,115)
#182F5D
(24,47,93)
#122447
(18,36,71)
#0C1931
(12,25,49)
#060E1B
(6,14,27)
#000000
(0,0,0)

Tints of #427CF7

#427CF7
(66,124,247)
#5387F7
(83,135,247)
#6492F7
(100,146,247)
#759DF7
(117,157,247)
#86A8F7
(134,168,247)
#97B3F7
(151,179,247)
#A8BEF7
(168,190,247)
#B9C9F7
(185,201,247)
#CAD4F7
(202,212,247)
#DBDFF7
(219,223,247)
#ECEAF7
(236,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427CF7; }

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

This text font color is #427CF7.


Background Color

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

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

This div background color is #427CF7.


Border color

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

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

This div border color is #427CF7.


Opacity

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

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

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

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

This text has shadow with #427CF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427CF7 on black background.


Color preview on white background

This text has color #427CF7 on white background.



Black color preview on #427CF7 background

This text has black color on #427CF7 background.


White color preview on #427CF7 background

This text has white color on #427CF7 background.