COLOR #139EDE

HEX: #139EDE
RGB: (19,158,222)

Color info

#139EDE contains mainly blue color. Web safe color of #139EDE is #0099CC (or #09C).

RGB color model

#139EDE color RGB value is (19,158,222).

  • red value is 19;
  • green value is 158;
  • blue value is 222.
RGB:
(19,158,222)
(7%,62%,87%)

RGB channels and saturation

R 19 of 255 = 7%
G 158 of 255 = 62%
B 222 of 255 = 87%

19
158
222

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

Portions of RGB colors in percentages

R + G + B =
19 + 158 + 222 = 399 (100%)
R 19 of 399 ~ 4.76%
G 158 of 399 ~ 39.6%
B 222 of 399 ~ 55.64%

%39.6
%55.64

CMYK color model

#139EDE color CMYK value is (91,29,0,13).

  • cyan value is 91.44%
  • magenta value is 28.83%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(91,29,0,13)
C91M29Y0K13 
(91%,29%,0%,13%)
(0.91/0.29/0.00/0.13)	

CMYK percentages

%91.44
%28.83
%0
%12.94

Codes

Color #139EDE in popluar color models

139EDE
RGB19158222
HSL199°84.23%47.25%
HSB/HSV199°91.44%87.06%
CMYK91.44%28.83%0.00%
12.94%

Color #139EDE in popluar number systems.

HEX139EDE
Decimal19158222
Binary100111001111011011110
Octal23236336

Shades and tints

Shades of #139EDE

#139EDE
(19,158,222)
#1290CA
(18,144,202)
#1182B6
(17,130,182)
#1074A2
(16,116,162)
#0F668E
(15,102,142)
#0E587A
(14,88,122)
#0D4A66
(13,74,102)
#0C3C52
(12,60,82)
#0B2E3E
(11,46,62)
#0A202A
(10,32,42)
#091216
(9,18,22)
#000000
(0,0,0)

Tints of #139EDE

#139EDE
(19,158,222)
#28A6E1
(40,166,225)
#3DAEE4
(61,174,228)
#52B6E7
(82,182,231)
#67BEEA
(103,190,234)
#7CC6ED
(124,198,237)
#91CEF0
(145,206,240)
#A6D6F3
(166,214,243)
#BBDEF6
(187,222,246)
#D0E6F9
(208,230,249)
#E5EEFC
(229,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #139EDE color. Also use rgb(19,158,222) instead hex code.

Text Font Color

.myTextColor { color: #139EDE; }

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

This text font color is #139EDE.


Background Color

.myBgColor { background-color: #139EDE; }

<div style="background-color:#139EDE">Inner text</div>

This div background color is #139EDE.


Border color

.myBorderColor { border: 1px solid #139EDE; }

<div style="border:3px solid #139EDE">Div</div>

This div border color is #139EDE.


Opacity

.myOpacity80 { color: #139EDE; opacity: 0.8; }

<p style="color:#139EDE;opacity:0.8;">80%</p>

Text with #139EDE 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 #139EDE;}

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

This text has shadow with #139EDE color.

.textShadow {text-shadow: 3px 3px 1px #139EDE, 3px 3px 1px red;}

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

This text has shadow with #139EDE primary color and red secondary color.


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

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

This text has shadow with #139EDE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #139EDE on black background.


Color preview on white background

This text has color #139EDE on white background.



Black color preview on #139EDE background

This text has black color on #139EDE background.


White color preview on #139EDE background

This text has white color on #139EDE background.