COLOR #1388D8

HEX: #1388D8
RGB: (19,136,216)

Color info

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

RGB color model

#1388D8 color RGB value is (19,136,216).

  • red value is 19;
  • green value is 136;
  • blue value is 216.
RGB:
(19,136,216)
(7%,53%,85%)

RGB channels and saturation

R 19 of 255 = 7%
G 136 of 255 = 53%
B 216 of 255 = 85%

19
136
216

R + G + B ~ 48%. #1388D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
19 + 136 + 216 = 371 (100%)
R 19 of 371 ~ 5.12%
G 136 of 371 ~ 36.66%
B 216 of 371 ~ 58.22%

%36.66
%58.22

CMYK color model

#1388D8 color CMYK value is (91,37,0,15).

  • cyan value is 91.20%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(91,37,0,15)
C91M37Y0K15 
(91%,37%,0%,15%)
(0.91/0.37/0.00/0.15)	

CMYK percentages

%91.2
%37.04
%0
%15.29

Codes

Color #1388D8 in popluar color models

1388D8
RGB19136216
HSL204°83.83%46.08%
HSB/HSV204°91.20%84.71%
CMYK91.20%37.04%0.00%
15.29%

Color #1388D8 in popluar number systems.

HEX1388D8
Decimal19136216
Binary100111000100011011000
Octal23210330

Shades and tints

Shades of #1388D8

#1388D8
(19,136,216)
#127CC5
(18,124,197)
#1170B2
(17,112,178)
#10649F
(16,100,159)
#0F588C
(15,88,140)
#0E4C79
(14,76,121)
#0D4066
(13,64,102)
#0C3453
(12,52,83)
#0B2840
(11,40,64)
#0A1C2D
(10,28,45)
#09101A
(9,16,26)
#000000
(0,0,0)

Tints of #1388D8

#1388D8
(19,136,216)
#2892DB
(40,146,219)
#3D9CDE
(61,156,222)
#52A6E1
(82,166,225)
#67B0E4
(103,176,228)
#7CBAE7
(124,186,231)
#91C4EA
(145,196,234)
#A6CEED
(166,206,237)
#BBD8F0
(187,216,240)
#D0E2F3
(208,226,243)
#E5ECF6
(229,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1388D8 color. Also use rgb(19,136,216) instead hex code.

Text Font Color

.myTextColor { color: #1388D8; }

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

This text font color is #1388D8.


Background Color

.myBgColor { background-color: #1388D8; }

<div style="background-color:#1388D8">Inner text</div>

This div background color is #1388D8.


Border color

.myBorderColor { border: 1px solid #1388D8; }

<div style="border:3px solid #1388D8">Div</div>

This div border color is #1388D8.


Opacity

.myOpacity80 { color: #1388D8; opacity: 0.8; }

<p style="color:#1388D8;opacity:0.8;">80%</p>

Text with #1388D8 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 #1388D8;}

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

This text has shadow with #1388D8 color.

.textShadow {text-shadow: 3px 3px 1px #1388D8, 3px 3px 1px red;}

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

This text has shadow with #1388D8 primary color and red secondary color.


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

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

This text has shadow with #1388D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1388D8 on black background.


Color preview on white background

This text has color #1388D8 on white background.



Black color preview on #1388D8 background

This text has black color on #1388D8 background.


White color preview on #1388D8 background

This text has white color on #1388D8 background.