COLOR #1717D1

HEX: #1717D1
RGB: (23,23,209)

Color info

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

RGB color model

#1717D1 color RGB value is (23,23,209).

  • red value is 23;
  • green value is 23;
  • blue value is 209.
RGB:
(23,23,209)
(9%,9%,82%)

RGB channels and saturation

R 23 of 255 = 9%
G 23 of 255 = 9%
B 209 of 255 = 82%

23
23
209

R + G + B ~ 33%. #1717D1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 23 + 209 = 255 (100%)
R 23 of 255 ~ 9.02%
G 23 of 255 ~ 9.02%
B 209 of 255 ~ 81.96%

%81.96

CMYK color model

#1717D1 color CMYK value is (89,89,0,18).

  • cyan value is 89.00%
  • magenta value is 89.00%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(89,89,0,18)
C89M89Y0K18 
(89%,89%,0%,18%)
(0.89/0.89/0.00/0.18)	

CMYK percentages

%89
%89
%0
%18.04

Codes

Color #1717D1 in popluar color models

1717D1
RGB2323209
HSL240°80.17%45.49%
HSB/HSV240°89.00%81.96%
CMYK89.00%89.00%0.00%
18.04%

Color #1717D1 in popluar number systems.

HEX1717D1
Decimal2323209
Binary101111011111010001
Octal2727321

Shades and tints

Shades of #1717D1

#1717D1
(23,23,209)
#1515BE
(21,21,190)
#1313AB
(19,19,171)
#111198
(17,17,152)
#0F0F85
(15,15,133)
#0D0D72
(13,13,114)
#0B0B5F
(11,11,95)
#09094C
(9,9,76)
#070739
(7,7,57)
#050526
(5,5,38)
#030313
(3,3,19)
#000000
(0,0,0)

Tints of #1717D1

#1717D1
(23,23,209)
#2C2CD5
(44,44,213)
#4141D9
(65,65,217)
#5656DD
(86,86,221)
#6B6BE1
(107,107,225)
#8080E5
(128,128,229)
#9595E9
(149,149,233)
#AAAAED
(170,170,237)
#BFBFF1
(191,191,241)
#D4D4F5
(212,212,245)
#E9E9F9
(233,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1717D1 color. Also use rgb(23,23,209) instead hex code.

Text Font Color

.myTextColor { color: #1717D1; }

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

This text font color is #1717D1.


Background Color

.myBgColor { background-color: #1717D1; }

<div style="background-color:#1717D1">Inner text</div>

This div background color is #1717D1.


Border color

.myBorderColor { border: 1px solid #1717D1; }

<div style="border:3px solid #1717D1">Div</div>

This div border color is #1717D1.


Opacity

.myOpacity80 { color: #1717D1; opacity: 0.8; }

<p style="color:#1717D1;opacity:0.8;">80%</p>

Text with #1717D1 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 #1717D1;}

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

This text has shadow with #1717D1 color.

.textShadow {text-shadow: 3px 3px 1px #1717D1, 3px 3px 1px red;}

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

This text has shadow with #1717D1 primary color and red secondary color.


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

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

This text has shadow with #1717D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1717D1 on black background.


Color preview on white background

This text has color #1717D1 on white background.



Black color preview on #1717D1 background

This text has black color on #1717D1 background.


White color preview on #1717D1 background

This text has white color on #1717D1 background.