COLOR #427ED0

HEX: #427ED0
RGB: (66,126,208)

Renk bilgisi

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

RGB renk modeli

#427ED0 color RGB value is (66,126,208).

  • kırmız ton 66;
  • yeşil ton 126;
  • mavi ton 208.
RGB:
(66,126,208)
(26%,49%,82%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 126 of 255 = 49%
B 208 of 255 = 82%

66
126
208

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 126 + 208 = 400 (100%)
R 66 of 400 ~ 16.5%
G 126 of 400 ~ 31.5%
B 208 of 400 ~ 52%

%16.5
%31.5
%52

CMYK RENK MODELİ

#427ED0 rengi CMYK tonu (68,39,0,18).

  • camgöbeği tonu 68.27%
  • eflatun tonu 39.42%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(68,39,0,18)
C68M39Y0K18 
(68%,39%,0%,18%)
(0.68/0.39/0.00/0.18)	

CMYK yüzdeleri

%68.27
%39.42
%0
%18.43

Codes

Color #427ED0 in popluar color models

427ED0
RGB66126208
HSL215°60.17%53.73%
HSB/HSV215°68.27%81.57%
CMYK68.27%39.42%0.00%
18.43%

Color #427ED0 in popluar number systems.

HEX427ED0
Decimal66126208
Binary1000010111111011010000
Octal102176320

Shades and tints

Shades of #427ED0

#427ED0
(66,126,208)
#3C73BE
(60,115,190)
#3668AC
(54,104,172)
#305D9A
(48,93,154)
#2A5288
(42,82,136)
#244776
(36,71,118)
#1E3C64
(30,60,100)
#183152
(24,49,82)
#122640
(18,38,64)
#0C1B2E
(12,27,46)
#06101C
(6,16,28)
#000000
(0,0,0)

Tints of #427ED0

#427ED0
(66,126,208)
#5389D4
(83,137,212)
#6494D8
(100,148,216)
#759FDC
(117,159,220)
#86AAE0
(134,170,224)
#97B5E4
(151,181,228)
#A8C0E8
(168,192,232)
#B9CBEC
(185,203,236)
#CAD6F0
(202,214,240)
#DBE1F4
(219,225,244)
#ECECF8
(236,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427ED0 color. Also use rgb(66,126,208) instead hex code.

Text Font Color

.myTextColor { color: #427ED0; }

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

This text font color is #427ED0.


Background Color

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

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

This div background color is #427ED0.


Border color

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

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

This div border color is #427ED0.


Opacity

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

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

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

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

This text has shadow with #427ED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427ED0 on black background.


Color preview on white background

This text has color #427ED0 on white background.



Black color preview on #427ED0 background

This text has black color on #427ED0 background.


White color preview on #427ED0 background

This text has white color on #427ED0 background.