COLOR #1717D0

HEX: #1717D0
RGB: (23,23,208)

Color info

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

RGB color model

#1717D0 color RGB value is (23,23,208).

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

RGB channels and saturation

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

23
23
208

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

Portions of RGB colors in percentages

R + G + B =
23 + 23 + 208 = 254 (100%)
R 23 of 254 ~ 9.06%
G 23 of 254 ~ 9.06%
B 208 of 254 ~ 81.89%

%81.89

CMYK color model

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

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

CMYK percentages

%88.94
%88.94
%0
%18.43

Codes

Color #1717D0 in popluar color models

1717D0
RGB2323208
HSL240°80.09%45.29%
HSB/HSV240°88.94%81.57%
CMYK88.94%88.94%0.00%
18.43%

Color #1717D0 in popluar number systems.

HEX1717D0
Decimal2323208
Binary101111011111010000
Octal2727320

Shades and tints

Shades of #1717D0

#1717D0
(23,23,208)
#1515BE
(21,21,190)
#1313AC
(19,19,172)
#11119A
(17,17,154)
#0F0F88
(15,15,136)
#0D0D76
(13,13,118)
#0B0B64
(11,11,100)
#090952
(9,9,82)
#070740
(7,7,64)
#05052E
(5,5,46)
#03031C
(3,3,28)
#000000
(0,0,0)

Tints of #1717D0

#1717D0
(23,23,208)
#2C2CD4
(44,44,212)
#4141D8
(65,65,216)
#5656DC
(86,86,220)
#6B6BE0
(107,107,224)
#8080E4
(128,128,228)
#9595E8
(149,149,232)
#AAAAEC
(170,170,236)
#BFBFF0
(191,191,240)
#D4D4F4
(212,212,244)
#E9E9F8
(233,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1717D0; }

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

This text font color is #1717D0.


Background Color

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

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

This div background color is #1717D0.


Border color

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

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

This div border color is #1717D0.


Opacity

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

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

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

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

This text has shadow with #1717D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1717D0 on black background.


Color preview on white background

This text has color #1717D0 on white background.



Black color preview on #1717D0 background

This text has black color on #1717D0 background.


White color preview on #1717D0 background

This text has white color on #1717D0 background.