COLOR #426CD7

HEX: #426CD7
RGB: (66,108,215)

Renk bilgisi

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

RGB renk modeli

#426CD7 color RGB value is (66,108,215).

  • kırmız ton 66;
  • yeşil ton 108;
  • mavi ton 215.
RGB:
(66,108,215)
(26%,42%,84%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 108 of 255 = 42%
B 215 of 255 = 84%

66
108
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 108 + 215 = 389 (100%)
R 66 of 389 ~ 16.97%
G 108 of 389 ~ 27.76%
B 215 of 389 ~ 55.27%

%16.97
%27.76
%55.27

CMYK RENK MODELİ

#426CD7 rengi CMYK tonu (69,50,0,16).

  • camgöbeği tonu 69.30%
  • eflatun tonu 49.77%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(69,50,0,16)
C69M50Y0K16 
(69%,50%,0%,16%)
(0.69/0.50/0.00/0.16)	

CMYK yüzdeleri

%69.3
%49.77
%0
%15.69

Codes

Color #426CD7 in popluar color models

426CD7
RGB66108215
HSL223°65.07%55.10%
HSB/HSV223°69.30%84.31%
CMYK69.30%49.77%0.00%
15.69%

Color #426CD7 in popluar number systems.

HEX426CD7
Decimal66108215
Binary1000010110110011010111
Octal102154327

Shades and tints

Shades of #426CD7

#426CD7
(66,108,215)
#3C63C4
(60,99,196)
#365AB1
(54,90,177)
#30519E
(48,81,158)
#2A488B
(42,72,139)
#243F78
(36,63,120)
#1E3665
(30,54,101)
#182D52
(24,45,82)
#12243F
(18,36,63)
#0C1B2C
(12,27,44)
#061219
(6,18,25)
#000000
(0,0,0)

Tints of #426CD7

#426CD7
(66,108,215)
#5379DA
(83,121,218)
#6486DD
(100,134,221)
#7593E0
(117,147,224)
#86A0E3
(134,160,227)
#97ADE6
(151,173,230)
#A8BAE9
(168,186,233)
#B9C7EC
(185,199,236)
#CAD4EF
(202,212,239)
#DBE1F2
(219,225,242)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426CD7 color. Also use rgb(66,108,215) instead hex code.

Text Font Color

.myTextColor { color: #426CD7; }

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

This text font color is #426CD7.


Background Color

.myBgColor { background-color: #426CD7; }

<div style="background-color:#426CD7">Inner text</div>

This div background color is #426CD7.


Border color

.myBorderColor { border: 1px solid #426CD7; }

<div style="border:3px solid #426CD7">Div</div>

This div border color is #426CD7.


Opacity

.myOpacity80 { color: #426CD7; opacity: 0.8; }

<p style="color:#426CD7;opacity:0.8;">80%</p>

Text with #426CD7 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 #426CD7;}

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

This text has shadow with #426CD7 color.

.textShadow {text-shadow: 3px 3px 1px #426CD7, 3px 3px 1px red;}

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

This text has shadow with #426CD7 primary color and red secondary color.


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

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

This text has shadow with #426CD7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426CD7 on black background.


Color preview on white background

This text has color #426CD7 on white background.



Black color preview on #426CD7 background

This text has black color on #426CD7 background.


White color preview on #426CD7 background

This text has white color on #426CD7 background.