COLOR #428BF0

HEX: #428BF0
RGB: (66,139,240)

Renk bilgisi

#428BF0 contains mainly blue color. #428BF0 ‘ nin web güvenlik rengi #3399FF (ya da #39F) dir.

RGB renk modeli

#428BF0 color RGB value is (66,139,240).

  • kırmız ton 66;
  • yeşil ton 139;
  • mavi ton 240.
RGB:
(66,139,240)
(26%,55%,94%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 139 of 255 = 55%
B 240 of 255 = 94%

66
139
240

R + G + B ~ 58%. #428BF0 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 139 + 240 = 445 (100%)
R 66 of 445 ~ 14.83%
G 139 of 445 ~ 31.24%
B 240 of 445 ~ 53.93%

%14.83
%31.24
%53.93

CMYK RENK MODELİ

#428BF0 rengi CMYK tonu (73,42,0,6).

  • camgöbeği tonu 72.50%
  • eflatun tonu 42.08%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(73,42,0,6)
C73M42Y0K6 
(73%,42%,0%,6%)
(0.73/0.42/0.00/0.06)	

CMYK yüzdeleri

%72.5
%42.08
%0
%5.88

Codes

Color #428BF0 in popluar color models

428BF0
RGB66139240
HSL215°85.29%60.00%
HSB/HSV215°72.50%94.12%
CMYK72.50%42.08%0.00%
5.88%

Color #428BF0 in popluar number systems.

HEX428BF0
Decimal66139240
Binary10000101000101111110000
Octal102213360

Shades and tints

Shades of #428BF0

#428BF0
(66,139,240)
#3C7FDB
(60,127,219)
#3673C6
(54,115,198)
#3067B1
(48,103,177)
#2A5B9C
(42,91,156)
#244F87
(36,79,135)
#1E4372
(30,67,114)
#18375D
(24,55,93)
#122B48
(18,43,72)
#0C1F33
(12,31,51)
#06131E
(6,19,30)
#000000
(0,0,0)

Tints of #428BF0

#428BF0
(66,139,240)
#5395F1
(83,149,241)
#649FF2
(100,159,242)
#75A9F3
(117,169,243)
#86B3F4
(134,179,244)
#97BDF5
(151,189,245)
#A8C7F6
(168,199,246)
#B9D1F7
(185,209,247)
#CADBF8
(202,219,248)
#DBE5F9
(219,229,249)
#ECEFFA
(236,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428BF0 color. Also use rgb(66,139,240) instead hex code.

Text Font Color

.myTextColor { color: #428BF0; }

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

This text font color is #428BF0.


Background Color

.myBgColor { background-color: #428BF0; }

<div style="background-color:#428BF0">Inner text</div>

This div background color is #428BF0.


Border color

.myBorderColor { border: 1px solid #428BF0; }

<div style="border:3px solid #428BF0">Div</div>

This div border color is #428BF0.


Opacity

.myOpacity80 { color: #428BF0; opacity: 0.8; }

<p style="color:#428BF0;opacity:0.8;">80%</p>

Text with #428BF0 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 #428BF0;}

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

This text has shadow with #428BF0 color.

.textShadow {text-shadow: 3px 3px 1px #428BF0, 3px 3px 1px red;}

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

This text has shadow with #428BF0 primary color and red secondary color.


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

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

This text has shadow with #428BF0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428BF0 on black background.


Color preview on white background

This text has color #428BF0 on white background.



Black color preview on #428BF0 background

This text has black color on #428BF0 background.


White color preview on #428BF0 background

This text has white color on #428BF0 background.