COLOR #138FD4

HEX: #138FD4
RGB: (19,143,212)

Color info

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

RGB color model

#138FD4 color RGB value is (19,143,212).

  • red value is 19;
  • green value is 143;
  • blue value is 212.
RGB:
(19,143,212)
(7%,56%,83%)

RGB channels and saturation

R 19 of 255 = 7%
G 143 of 255 = 56%
B 212 of 255 = 83%

19
143
212

R + G + B ~ 49%. #138FD4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
19 + 143 + 212 = 374 (100%)
R 19 of 374 ~ 5.08%
G 143 of 374 ~ 38.24%
B 212 of 374 ~ 56.68%

%38.24
%56.68

CMYK color model

#138FD4 color CMYK value is (91,33,0,17).

  • cyan value is 91.04%
  • magenta value is 32.55%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(91,33,0,17)
C91M33Y0K17 
(91%,33%,0%,17%)
(0.91/0.33/0.00/0.17)	

CMYK percentages

%91.04
%32.55
%0
%16.86

Codes

Color #138FD4 in popluar color models

138FD4
RGB19143212
HSL201°83.55%45.29%
HSB/HSV201°91.04%83.14%
CMYK91.04%32.55%0.00%
16.86%

Color #138FD4 in popluar number systems.

HEX138FD4
Decimal19143212
Binary100111000111111010100
Octal23217324

Shades and tints

Shades of #138FD4

#138FD4
(19,143,212)
#1282C1
(18,130,193)
#1175AE
(17,117,174)
#10689B
(16,104,155)
#0F5B88
(15,91,136)
#0E4E75
(14,78,117)
#0D4162
(13,65,98)
#0C344F
(12,52,79)
#0B273C
(11,39,60)
#0A1A29
(10,26,41)
#090D16
(9,13,22)
#000000
(0,0,0)

Tints of #138FD4

#138FD4
(19,143,212)
#2899D7
(40,153,215)
#3DA3DA
(61,163,218)
#52ADDD
(82,173,221)
#67B7E0
(103,183,224)
#7CC1E3
(124,193,227)
#91CBE6
(145,203,230)
#A6D5E9
(166,213,233)
#BBDFEC
(187,223,236)
#D0E9EF
(208,233,239)
#E5F3F2
(229,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #138FD4 color. Also use rgb(19,143,212) instead hex code.

Text Font Color

.myTextColor { color: #138FD4; }

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

This text font color is #138FD4.


Background Color

.myBgColor { background-color: #138FD4; }

<div style="background-color:#138FD4">Inner text</div>

This div background color is #138FD4.


Border color

.myBorderColor { border: 1px solid #138FD4; }

<div style="border:3px solid #138FD4">Div</div>

This div border color is #138FD4.


Opacity

.myOpacity80 { color: #138FD4; opacity: 0.8; }

<p style="color:#138FD4;opacity:0.8;">80%</p>

Text with #138FD4 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 #138FD4;}

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

This text has shadow with #138FD4 color.

.textShadow {text-shadow: 3px 3px 1px #138FD4, 3px 3px 1px red;}

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

This text has shadow with #138FD4 primary color and red secondary color.


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

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

This text has shadow with #138FD4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #138FD4 on black background.


Color preview on white background

This text has color #138FD4 on white background.



Black color preview on #138FD4 background

This text has black color on #138FD4 background.


White color preview on #138FD4 background

This text has white color on #138FD4 background.