COLOR #1717FF

HEX: #1717FF
RGB: (23,23,255)

Color info

#1717FF contains mainly blue color. Web safe color of #1717FF is #0000FF (or #00F).

RGB color model

#1717FF color RGB value is (23,23,255).

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

RGB channels and saturation

R 23 of 255 = 9%
G 23 of 255 = 9%
B 255 of 255 = 100%

23
23
255

R + G + B ~ 39%. #1717FF is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 23 + 255 = 301 (100%)
R 23 of 301 ~ 7.64%
G 23 of 301 ~ 7.64%
B 255 of 301 ~ 84.72%

%84.72

CMYK color model

#1717FF color CMYK value is (91,91,0,0).

  • cyan value is 90.98%
  • magenta value is 90.98%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(91,91,0,0)
C91M91Y0K0 
(91%,91%,0%,0%)
(0.91/0.91/0.00/0.00)	

CMYK percentages

%90.98
%90.98
%0
%0

Codes

Color #1717FF in popluar color models

1717FF
RGB2323255
HSL240°100.00%54.51%
HSB/HSV240°90.98%100.00%
CMYK90.98%90.98%0.00%
0.00%

Color #1717FF in popluar number systems.

HEX1717FF
Decimal2323255
Binary101111011111111111
Octal2727377

Shades and tints

Shades of #1717FF

#1717FF
(23,23,255)
#1515E8
(21,21,232)
#1313D1
(19,19,209)
#1111BA
(17,17,186)
#0F0FA3
(15,15,163)
#0D0D8C
(13,13,140)
#0B0B75
(11,11,117)
#09095E
(9,9,94)
#070747
(7,7,71)
#050530
(5,5,48)
#030319
(3,3,25)
#000000
(0,0,0)

Tints of #1717FF

#1717FF
(23,23,255)
#2C2CFF
(44,44,255)
#4141FF
(65,65,255)
#5656FF
(86,86,255)
#6B6BFF
(107,107,255)
#8080FF
(128,128,255)
#9595FF
(149,149,255)
#AAAAFF
(170,170,255)
#BFBFFF
(191,191,255)
#D4D4FF
(212,212,255)
#E9E9FF
(233,233,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1717FF; }

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

This text font color is #1717FF.


Background Color

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

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

This div background color is #1717FF.


Border color

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

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

This div border color is #1717FF.


Opacity

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

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

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

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

This text has shadow with #1717FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1717FF on black background.


Color preview on white background

This text has color #1717FF on white background.



Black color preview on #1717FF background

This text has black color on #1717FF background.


White color preview on #1717FF background

This text has white color on #1717FF background.