COLOR #1595E8

HEX: #1595E8
RGB: (21,149,232)

Color info

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

RGB color model

#1595E8 color RGB value is (21,149,232).

  • red value is 21;
  • green value is 149;
  • blue value is 232.
RGB:
(21,149,232)
(8%,58%,91%)

RGB channels and saturation

R 21 of 255 = 8%
G 149 of 255 = 58%
B 232 of 255 = 91%

21
149
232

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

Portions of RGB colors in percentages

R + G + B =
21 + 149 + 232 = 402 (100%)
R 21 of 402 ~ 5.22%
G 149 of 402 ~ 37.06%
B 232 of 402 ~ 57.71%

%37.06
%57.71

CMYK color model

#1595E8 color CMYK value is (91,36,0,9).

  • cyan value is 90.95%
  • magenta value is 35.78%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(91,36,0,9)
C91M36Y0K9 
(91%,36%,0%,9%)
(0.91/0.36/0.00/0.09)	

CMYK percentages

%90.95
%35.78
%0
%9.02

Codes

Color #1595E8 in popluar color models

1595E8
RGB21149232
HSL204°83.40%49.61%
HSB/HSV204°90.95%90.98%
CMYK90.95%35.78%0.00%
9.02%

Color #1595E8 in popluar number systems.

HEX1595E8
Decimal21149232
Binary101011001010111101000
Octal25225350

Shades and tints

Shades of #1595E8

#1595E8
(21,149,232)
#1488D3
(20,136,211)
#137BBE
(19,123,190)
#126EA9
(18,110,169)
#116194
(17,97,148)
#10547F
(16,84,127)
#0F476A
(15,71,106)
#0E3A55
(14,58,85)
#0D2D40
(13,45,64)
#0C202B
(12,32,43)
#0B1316
(11,19,22)
#000000
(0,0,0)

Tints of #1595E8

#1595E8
(21,149,232)
#2A9EEA
(42,158,234)
#3FA7EC
(63,167,236)
#54B0EE
(84,176,238)
#69B9F0
(105,185,240)
#7EC2F2
(126,194,242)
#93CBF4
(147,203,244)
#A8D4F6
(168,212,246)
#BDDDF8
(189,221,248)
#D2E6FA
(210,230,250)
#E7EFFC
(231,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1595E8 color. Also use rgb(21,149,232) instead hex code.

Text Font Color

.myTextColor { color: #1595E8; }

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

This text font color is #1595E8.


Background Color

.myBgColor { background-color: #1595E8; }

<div style="background-color:#1595E8">Inner text</div>

This div background color is #1595E8.


Border color

.myBorderColor { border: 1px solid #1595E8; }

<div style="border:3px solid #1595E8">Div</div>

This div border color is #1595E8.


Opacity

.myOpacity80 { color: #1595E8; opacity: 0.8; }

<p style="color:#1595E8;opacity:0.8;">80%</p>

Text with #1595E8 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 #1595E8;}

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

This text has shadow with #1595E8 color.

.textShadow {text-shadow: 3px 3px 1px #1595E8, 3px 3px 1px red;}

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

This text has shadow with #1595E8 primary color and red secondary color.


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

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

This text has shadow with #1595E8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1595E8 on black background.


Color preview on white background

This text has color #1595E8 on white background.



Black color preview on #1595E8 background

This text has black color on #1595E8 background.


White color preview on #1595E8 background

This text has white color on #1595E8 background.