COLOR #1715E6

HEX: #1715E6
RGB: (23,21,230)

Color info

#1715E6 contains mainly blue color. Web safe color of #1715E6 is #0000CC (or #00C).

RGB color model

#1715E6 color RGB value is (23,21,230).

  • red value is 23;
  • green value is 21;
  • blue value is 230.
RGB:
(23,21,230)
(9%,8%,90%)

RGB channels and saturation

R 23 of 255 = 9%
G 21 of 255 = 8%
B 230 of 255 = 90%

23
21
230

R + G + B ~ 36%. #1715E6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 21 + 230 = 274 (100%)
R 23 of 274 ~ 8.39%
G 21 of 274 ~ 7.66%
B 230 of 274 ~ 83.94%

%83.94

CMYK color model

#1715E6 color CMYK value is (90,91,0,10).

  • cyan value is 90.00%
  • magenta value is 90.87%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(90,91,0,10)
C90M91Y0K10 
(90%,91%,0%,10%)
(0.90/0.91/0.00/0.10)	

CMYK percentages

%90
%90.87
%0
%9.8

Codes

Color #1715E6 in popluar color models

1715E6
RGB2321230
HSL241°83.27%49.22%
HSB/HSV241°90.87%90.20%
CMYK90.00%90.87%0.00%
9.80%

Color #1715E6 in popluar number systems.

HEX1715E6
Decimal2321230
Binary101111010111100110
Octal2725346

Shades and tints

Shades of #1715E6

#1715E6
(23,21,230)
#1514D2
(21,20,210)
#1313BE
(19,19,190)
#1112AA
(17,18,170)
#0F1196
(15,17,150)
#0D1082
(13,16,130)
#0B0F6E
(11,15,110)
#090E5A
(9,14,90)
#070D46
(7,13,70)
#050C32
(5,12,50)
#030B1E
(3,11,30)
#000000
(0,0,0)

Tints of #1715E6

#1715E6
(23,21,230)
#2C2AE8
(44,42,232)
#413FEA
(65,63,234)
#5654EC
(86,84,236)
#6B69EE
(107,105,238)
#807EF0
(128,126,240)
#9593F2
(149,147,242)
#AAA8F4
(170,168,244)
#BFBDF6
(191,189,246)
#D4D2F8
(212,210,248)
#E9E7FA
(233,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1715E6 color. Also use rgb(23,21,230) instead hex code.

Text Font Color

.myTextColor { color: #1715E6; }

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

This text font color is #1715E6.


Background Color

.myBgColor { background-color: #1715E6; }

<div style="background-color:#1715E6">Inner text</div>

This div background color is #1715E6.


Border color

.myBorderColor { border: 1px solid #1715E6; }

<div style="border:3px solid #1715E6">Div</div>

This div border color is #1715E6.


Opacity

.myOpacity80 { color: #1715E6; opacity: 0.8; }

<p style="color:#1715E6;opacity:0.8;">80%</p>

Text with #1715E6 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 #1715E6;}

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

This text has shadow with #1715E6 color.

.textShadow {text-shadow: 3px 3px 1px #1715E6, 3px 3px 1px red;}

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

This text has shadow with #1715E6 primary color and red secondary color.


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

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

This text has shadow with #1715E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1715E6 on black background.


Color preview on white background

This text has color #1715E6 on white background.



Black color preview on #1715E6 background

This text has black color on #1715E6 background.


White color preview on #1715E6 background

This text has white color on #1715E6 background.