COLOR #008EDB

HEX: #008EDB
RGB: (0,142,219)

Renk bilgisi

#008EDB contains mainly blue color. #008EDB ‘ nin web güvenlik rengi #0099CC (ya da #09C) dir.

RGB renk modeli

#008EDB color RGB value is (0,142,219).

  • kırmız ton 0;
  • yeşil ton 142;
  • mavi ton 219.
RGB:
(0,142,219)
(0%,56%,86%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 142 of 255 = 56%
B 219 of 255 = 86%

0
142
219

R + G + B ~ 47%. #008EDB is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 142 + 219 = 361 (100%)
R 0 of 361 ~ 0%
G 142 of 361 ~ 39.34%
B 219 of 361 ~ 60.66%

%39.34
%60.66

CMYK RENK MODELİ

#008EDB rengi CMYK tonu (100,35,0,14).

  • camgöbeği tonu 100.00%
  • eflatun tonu 35.16%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(100,35,0,14)
C100M35Y0K14 
(100%,35%,0%,14%)
(1.00/0.35/0.00/0.14)	

CMYK yüzdeleri

%100
%35.16
%0
%14.12

Codes

Color #008EDB in popluar color models

008EDB
RGB0142219
HSL201°100.00%42.94%
HSB/HSV201°100.00%85.88%
CMYK100.00%35.16%0.00%
14.12%

Color #008EDB in popluar number systems.

HEX008EDB
Decimal0142219
Binary01000111011011011
Octal0216333

Shades and tints

Shades of #008EDB

#008EDB
(0,142,219)
#0082C8
(0,130,200)
#0076B5
(0,118,181)
#006AA2
(0,106,162)
#005E8F
(0,94,143)
#00527C
(0,82,124)
#004669
(0,70,105)
#003A56
(0,58,86)
#002E43
(0,46,67)
#002230
(0,34,48)
#00161D
(0,22,29)
#000000
(0,0,0)

Tints of #008EDB

#008EDB
(0,142,219)
#1798DE
(23,152,222)
#2EA2E1
(46,162,225)
#45ACE4
(69,172,228)
#5CB6E7
(92,182,231)
#73C0EA
(115,192,234)
#8ACAED
(138,202,237)
#A1D4F0
(161,212,240)
#B8DEF3
(184,222,243)
#CFE8F6
(207,232,246)
#E6F2F9
(230,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008EDB color. Also use rgb(0,142,219) instead hex code.

Text Font Color

.myTextColor { color: #008EDB; }

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

This text font color is #008EDB.


Background Color

.myBgColor { background-color: #008EDB; }

<div style="background-color:#008EDB">Inner text</div>

This div background color is #008EDB.


Border color

.myBorderColor { border: 1px solid #008EDB; }

<div style="border:3px solid #008EDB">Div</div>

This div border color is #008EDB.


Opacity

.myOpacity80 { color: #008EDB; opacity: 0.8; }

<p style="color:#008EDB;opacity:0.8;">80%</p>

Text with #008EDB 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 #008EDB;}

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

This text has shadow with #008EDB color.

.textShadow {text-shadow: 3px 3px 1px #008EDB, 3px 3px 1px red;}

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

This text has shadow with #008EDB primary color and red secondary color.


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

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

This text has shadow with #008EDB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008EDB on black background.


Color preview on white background

This text has color #008EDB on white background.



Black color preview on #008EDB background

This text has black color on #008EDB background.


White color preview on #008EDB background

This text has white color on #008EDB background.