COLOR #138BF0

HEX: #138BF0
RGB: (19,139,240)

Color info

#138BF0 contains mainly blue color. Web safe color of #138BF0 is #0099FF (or #09F).

RGB color model

#138BF0 color RGB value is (19,139,240).

  • red value is 19;
  • green value is 139;
  • blue value is 240.
RGB:
(19,139,240)
(7%,55%,94%)

RGB channels and saturation

R 19 of 255 = 7%
G 139 of 255 = 55%
B 240 of 255 = 94%

19
139
240

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

Portions of RGB colors in percentages

R + G + B =
19 + 139 + 240 = 398 (100%)
R 19 of 398 ~ 4.77%
G 139 of 398 ~ 34.92%
B 240 of 398 ~ 60.3%

%34.92
%60.3

CMYK color model

#138BF0 color CMYK value is (92,42,0,6).

  • cyan value is 92.08%
  • magenta value is 42.08%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(92,42,0,6)
C92M42Y0K6 
(92%,42%,0%,6%)
(0.92/0.42/0.00/0.06)	

CMYK percentages

%92.08
%42.08
%0
%5.88

Codes

Color #138BF0 in popluar color models

138BF0
RGB19139240
HSL207°88.05%50.78%
HSB/HSV207°92.08%94.12%
CMYK92.08%42.08%0.00%
5.88%

Color #138BF0 in popluar number systems.

HEX138BF0
Decimal19139240
Binary100111000101111110000
Octal23213360

Shades and tints

Shades of #138BF0

#138BF0
(19,139,240)
#127FDB
(18,127,219)
#1173C6
(17,115,198)
#1067B1
(16,103,177)
#0F5B9C
(15,91,156)
#0E4F87
(14,79,135)
#0D4372
(13,67,114)
#0C375D
(12,55,93)
#0B2B48
(11,43,72)
#0A1F33
(10,31,51)
#09131E
(9,19,30)
#000000
(0,0,0)

Tints of #138BF0

#138BF0
(19,139,240)
#2895F1
(40,149,241)
#3D9FF2
(61,159,242)
#52A9F3
(82,169,243)
#67B3F4
(103,179,244)
#7CBDF5
(124,189,245)
#91C7F6
(145,199,246)
#A6D1F7
(166,209,247)
#BBDBF8
(187,219,248)
#D0E5F9
(208,229,249)
#E5EFFA
(229,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #138BF0; }

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

This text font color is #138BF0.


Background Color

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

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

This div background color is #138BF0.


Border color

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

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

This div border color is #138BF0.


Opacity

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

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

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

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

This text has shadow with #138BF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #138BF0 on black background.


Color preview on white background

This text has color #138BF0 on white background.



Black color preview on #138BF0 background

This text has black color on #138BF0 background.


White color preview on #138BF0 background

This text has white color on #138BF0 background.