COLOR #1727D4

HEX: #1727D4
RGB: (23,39,212)

Color info

#1727D4 contains mainly blue color. Web safe color of #1727D4 is #0033CC (or #03C).

RGB color model

#1727D4 color RGB value is (23,39,212).

  • red value is 23;
  • green value is 39;
  • blue value is 212.
RGB:
(23,39,212)
(9%,15%,83%)

RGB channels and saturation

R 23 of 255 = 9%
G 39 of 255 = 15%
B 212 of 255 = 83%

23
39
212

R + G + B ~ 36%. #1727D4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 39 + 212 = 274 (100%)
R 23 of 274 ~ 8.39%
G 39 of 274 ~ 14.23%
B 212 of 274 ~ 77.37%

%14.23
%77.37

CMYK color model

#1727D4 color CMYK value is (89,82,0,17).

  • cyan value is 89.15%
  • magenta value is 81.60%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(89,82,0,17)
C89M82Y0K17 
(89%,82%,0%,17%)
(0.89/0.82/0.00/0.17)	

CMYK percentages

%89.15
%81.6
%0
%16.86

Codes

Color #1727D4 in popluar color models

1727D4
RGB2339212
HSL235°80.43%46.08%
HSB/HSV235°89.15%83.14%
CMYK89.15%81.60%0.00%
16.86%

Color #1727D4 in popluar number systems.

HEX1727D4
Decimal2339212
Binary1011110011111010100
Octal2747324

Shades and tints

Shades of #1727D4

#1727D4
(23,39,212)
#1524C1
(21,36,193)
#1321AE
(19,33,174)
#111E9B
(17,30,155)
#0F1B88
(15,27,136)
#0D1875
(13,24,117)
#0B1562
(11,21,98)
#09124F
(9,18,79)
#070F3C
(7,15,60)
#050C29
(5,12,41)
#030916
(3,9,22)
#000000
(0,0,0)

Tints of #1727D4

#1727D4
(23,39,212)
#2C3AD7
(44,58,215)
#414DDA
(65,77,218)
#5660DD
(86,96,221)
#6B73E0
(107,115,224)
#8086E3
(128,134,227)
#9599E6
(149,153,230)
#AAACE9
(170,172,233)
#BFBFEC
(191,191,236)
#D4D2EF
(212,210,239)
#E9E5F2
(233,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1727D4 color. Also use rgb(23,39,212) instead hex code.

Text Font Color

.myTextColor { color: #1727D4; }

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

This text font color is #1727D4.


Background Color

.myBgColor { background-color: #1727D4; }

<div style="background-color:#1727D4">Inner text</div>

This div background color is #1727D4.


Border color

.myBorderColor { border: 1px solid #1727D4; }

<div style="border:3px solid #1727D4">Div</div>

This div border color is #1727D4.


Opacity

.myOpacity80 { color: #1727D4; opacity: 0.8; }

<p style="color:#1727D4;opacity:0.8;">80%</p>

Text with #1727D4 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 #1727D4;}

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

This text has shadow with #1727D4 color.

.textShadow {text-shadow: 3px 3px 1px #1727D4, 3px 3px 1px red;}

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

This text has shadow with #1727D4 primary color and red secondary color.


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

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

This text has shadow with #1727D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1727D4 on black background.


Color preview on white background

This text has color #1727D4 on white background.



Black color preview on #1727D4 background

This text has black color on #1727D4 background.


White color preview on #1727D4 background

This text has white color on #1727D4 background.