COLOR #1761D7

HEX: #1761D7
RGB: (23,97,215)

Color info

#1761D7 contains mainly blue color. Web safe color of #1761D7 is #0066CC (or #06C).

RGB color model

#1761D7 color RGB value is (23,97,215).

  • red value is 23;
  • green value is 97;
  • blue value is 215.
RGB:
(23,97,215)
(9%,38%,84%)

RGB channels and saturation

R 23 of 255 = 9%
G 97 of 255 = 38%
B 215 of 255 = 84%

23
97
215

R + G + B ~ 44%. #1761D7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
23 + 97 + 215 = 335 (100%)
R 23 of 335 ~ 6.87%
G 97 of 335 ~ 28.96%
B 215 of 335 ~ 64.18%

%28.96
%64.18

CMYK color model

#1761D7 color CMYK value is (89,55,0,16).

  • cyan value is 89.30%
  • magenta value is 54.88%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(89,55,0,16)
C89M55Y0K16 
(89%,55%,0%,16%)
(0.89/0.55/0.00/0.16)	

CMYK percentages

%89.3
%54.88
%0
%15.69

Codes

Color #1761D7 in popluar color models

1761D7
RGB2397215
HSL217°80.67%46.67%
HSB/HSV217°89.30%84.31%
CMYK89.30%54.88%0.00%
15.69%

Color #1761D7 in popluar number systems.

HEX1761D7
Decimal2397215
Binary10111110000111010111
Octal27141327

Shades and tints

Shades of #1761D7

#1761D7
(23,97,215)
#1559C4
(21,89,196)
#1351B1
(19,81,177)
#11499E
(17,73,158)
#0F418B
(15,65,139)
#0D3978
(13,57,120)
#0B3165
(11,49,101)
#092952
(9,41,82)
#07213F
(7,33,63)
#05192C
(5,25,44)
#031119
(3,17,25)
#000000
(0,0,0)

Tints of #1761D7

#1761D7
(23,97,215)
#2C6FDA
(44,111,218)
#417DDD
(65,125,221)
#568BE0
(86,139,224)
#6B99E3
(107,153,227)
#80A7E6
(128,167,230)
#95B5E9
(149,181,233)
#AAC3EC
(170,195,236)
#BFD1EF
(191,209,239)
#D4DFF2
(212,223,242)
#E9EDF5
(233,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1761D7 color. Also use rgb(23,97,215) instead hex code.

Text Font Color

.myTextColor { color: #1761D7; }

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

This text font color is #1761D7.


Background Color

.myBgColor { background-color: #1761D7; }

<div style="background-color:#1761D7">Inner text</div>

This div background color is #1761D7.


Border color

.myBorderColor { border: 1px solid #1761D7; }

<div style="border:3px solid #1761D7">Div</div>

This div border color is #1761D7.


Opacity

.myOpacity80 { color: #1761D7; opacity: 0.8; }

<p style="color:#1761D7;opacity:0.8;">80%</p>

Text with #1761D7 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 #1761D7;}

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

This text has shadow with #1761D7 color.

.textShadow {text-shadow: 3px 3px 1px #1761D7, 3px 3px 1px red;}

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

This text has shadow with #1761D7 primary color and red secondary color.


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

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

This text has shadow with #1761D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1761D7 on black background.


Color preview on white background

This text has color #1761D7 on white background.



Black color preview on #1761D7 background

This text has black color on #1761D7 background.


White color preview on #1761D7 background

This text has white color on #1761D7 background.