COLOR #1773D0

HEX: #1773D0
RGB: (23,115,208)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

23
115
208

R + G + B ~ 45%. #1773D0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
23 + 115 + 208 = 346 (100%)
R 23 of 346 ~ 6.65%
G 115 of 346 ~ 33.24%
B 208 of 346 ~ 60.12%

%33.24
%60.12

CMYK color model

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

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

CMYK percentages

%88.94
%44.71
%0
%18.43

Codes

Color #1773D0 in popluar color models

1773D0
RGB23115208
HSL210°80.09%45.29%
HSB/HSV210°88.94%81.57%
CMYK88.94%44.71%0.00%
18.43%

Color #1773D0 in popluar number systems.

HEX1773D0
Decimal23115208
Binary10111111001111010000
Octal27163320

Shades and tints

Shades of #1773D0

#1773D0
(23,115,208)
#1569BE
(21,105,190)
#135FAC
(19,95,172)
#11559A
(17,85,154)
#0F4B88
(15,75,136)
#0D4176
(13,65,118)
#0B3764
(11,55,100)
#092D52
(9,45,82)
#072340
(7,35,64)
#05192E
(5,25,46)
#030F1C
(3,15,28)
#000000
(0,0,0)

Tints of #1773D0

#1773D0
(23,115,208)
#2C7FD4
(44,127,212)
#418BD8
(65,139,216)
#5697DC
(86,151,220)
#6BA3E0
(107,163,224)
#80AFE4
(128,175,228)
#95BBE8
(149,187,232)
#AAC7EC
(170,199,236)
#BFD3F0
(191,211,240)
#D4DFF4
(212,223,244)
#E9EBF8
(233,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1773D0; }

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

This text font color is #1773D0.


Background Color

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

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

This div background color is #1773D0.


Border color

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

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

This div border color is #1773D0.


Opacity

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

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

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

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

This text has shadow with #1773D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1773D0 on black background.


Color preview on white background

This text has color #1773D0 on white background.



Black color preview on #1773D0 background

This text has black color on #1773D0 background.


White color preview on #1773D0 background

This text has white color on #1773D0 background.