COLOR #427FCE

HEX: #427FCE
RGB: (66,127,206)

Renk bilgisi

#427FCE contains mainly blue color. #427FCE ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#427FCE color RGB value is (66,127,206).

  • kırmız ton 66;
  • yeşil ton 127;
  • mavi ton 206.
RGB:
(66,127,206)
(26%,50%,81%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 127 of 255 = 50%
B 206 of 255 = 81%

66
127
206

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 127 + 206 = 399 (100%)
R 66 of 399 ~ 16.54%
G 127 of 399 ~ 31.83%
B 206 of 399 ~ 51.63%

%16.54
%31.83
%51.63

CMYK RENK MODELİ

#427FCE rengi CMYK tonu (68,38,0,19).

  • camgöbeği tonu 67.96%
  • eflatun tonu 38.35%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(68,38,0,19)
C68M38Y0K19 
(68%,38%,0%,19%)
(0.68/0.38/0.00/0.19)	

CMYK yüzdeleri

%67.96
%38.35
%0
%19.22

Codes

Color #427FCE in popluar color models

427FCE
RGB66127206
HSL214°58.82%53.33%
HSB/HSV214°67.96%80.78%
CMYK67.96%38.35%0.00%
19.22%

Color #427FCE in popluar number systems.

HEX427FCE
Decimal66127206
Binary1000010111111111001110
Octal102177316

Shades and tints

Shades of #427FCE

#427FCE
(66,127,206)
#3C74BC
(60,116,188)
#3669AA
(54,105,170)
#305E98
(48,94,152)
#2A5386
(42,83,134)
#244874
(36,72,116)
#1E3D62
(30,61,98)
#183250
(24,50,80)
#12273E
(18,39,62)
#0C1C2C
(12,28,44)
#06111A
(6,17,26)
#000000
(0,0,0)

Tints of #427FCE

#427FCE
(66,127,206)
#538AD2
(83,138,210)
#6495D6
(100,149,214)
#75A0DA
(117,160,218)
#86ABDE
(134,171,222)
#97B6E2
(151,182,226)
#A8C1E6
(168,193,230)
#B9CCEA
(185,204,234)
#CAD7EE
(202,215,238)
#DBE2F2
(219,226,242)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427FCE color. Also use rgb(66,127,206) instead hex code.

Text Font Color

.myTextColor { color: #427FCE; }

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

This text font color is #427FCE.


Background Color

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

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

This div background color is #427FCE.


Border color

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

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

This div border color is #427FCE.


Opacity

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

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

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

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

This text has shadow with #427FCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427FCE on black background.


Color preview on white background

This text has color #427FCE on white background.



Black color preview on #427FCE background

This text has black color on #427FCE background.


White color preview on #427FCE background

This text has white color on #427FCE background.