COLOR #717DFB

HEX: #717DFB
RGB: (113,125,251)

Color info

#717DFB contains mainly blue color. Web safe color of #717DFB is #6666FF (or #66F).

RGB color model

#717DFB color RGB value is (113,125,251).

  • red value is 113;
  • green value is 125;
  • blue value is 251.
RGB:
(113,125,251)
(44%,49%,98%)

RGB channels and saturation

R 113 of 255 = 44%
G 125 of 255 = 49%
B 251 of 255 = 98%

113
125
251

R + G + B ~ 64%. #717DFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 125 + 251 = 489 (100%)
R 113 of 489 ~ 23.11%
G 125 of 489 ~ 25.56%
B 251 of 489 ~ 51.33%

%23.11
%25.56
%51.33

CMYK color model

#717DFB color CMYK value is (55,50,0,2).

  • cyan value is 54.98%
  • magenta value is 50.20%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(55,50,0,2)
C55M50Y0K2 
(55%,50%,0%,2%)
(0.55/0.50/0.00/0.02)	

CMYK percentages

%54.98
%50.2
%0
%1.57

Codes

Color #717DFB in popluar color models

717DFB
RGB113125251
HSL235°94.52%71.37%
HSB/HSV235°54.98%98.43%
CMYK54.98%50.20%0.00%
1.57%

Color #717DFB in popluar number systems.

HEX717DFB
Decimal113125251
Binary1110001111110111111011
Octal161175373

Shades and tints

Shades of #717DFB

#717DFB
(113,125,251)
#6772E5
(103,114,229)
#5D67CF
(93,103,207)
#535CB9
(83,92,185)
#4951A3
(73,81,163)
#3F468D
(63,70,141)
#353B77
(53,59,119)
#2B3061
(43,48,97)
#21254B
(33,37,75)
#171A35
(23,26,53)
#0D0F1F
(13,15,31)
#000000
(0,0,0)

Tints of #717DFB

#717DFB
(113,125,251)
#7D88FB
(125,136,251)
#8993FB
(137,147,251)
#959EFB
(149,158,251)
#A1A9FB
(161,169,251)
#ADB4FB
(173,180,251)
#B9BFFB
(185,191,251)
#C5CAFB
(197,202,251)
#D1D5FB
(209,213,251)
#DDE0FB
(221,224,251)
#E9EBFB
(233,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717DFB color. Also use rgb(113,125,251) instead hex code.

Text Font Color

.myTextColor { color: #717DFB; }

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

This text font color is #717DFB.


Background Color

.myBgColor { background-color: #717DFB; }

<div style="background-color:#717DFB">Inner text</div>

This div background color is #717DFB.


Border color

.myBorderColor { border: 1px solid #717DFB; }

<div style="border:3px solid #717DFB">Div</div>

This div border color is #717DFB.


Opacity

.myOpacity80 { color: #717DFB; opacity: 0.8; }

<p style="color:#717DFB;opacity:0.8;">80%</p>

Text with #717DFB 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 #717DFB;}

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

This text has shadow with #717DFB color.

.textShadow {text-shadow: 3px 3px 1px #717DFB, 3px 3px 1px red;}

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

This text has shadow with #717DFB primary color and red secondary color.


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

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

This text has shadow with #717DFB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717DFB on black background.


Color preview on white background

This text has color #717DFB on white background.



Black color preview on #717DFB background

This text has black color on #717DFB background.


White color preview on #717DFB background

This text has white color on #717DFB background.