COLOR #1DA7E4

HEX: #1DA7E4
RGB: (29,167,228)

Color info

#1DA7E4 contains mainly blue color. Web safe color of #1DA7E4 is #3399CC (or #39C).

RGB color model

#1DA7E4 color RGB value is (29,167,228).

  • red value is 29;
  • green value is 167;
  • blue value is 228.
RGB:
(29,167,228)
(11%,65%,89%)

RGB channels and saturation

R 29 of 255 = 11%
G 167 of 255 = 65%
B 228 of 255 = 89%

29
167
228

R + G + B ~ 55%. #1DA7E4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
29 + 167 + 228 = 424 (100%)
R 29 of 424 ~ 6.84%
G 167 of 424 ~ 39.39%
B 228 of 424 ~ 53.77%

%39.39
%53.77

CMYK color model

#1DA7E4 color CMYK value is (87,27,0,11).

  • cyan value is 87.28%
  • magenta value is 26.75%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(87,27,0,11)
C87M27Y0K11 
(87%,27%,0%,11%)
(0.87/0.27/0.00/0.11)	

CMYK percentages

%87.28
%26.75
%0
%10.59

Codes

Color #1DA7E4 in popluar color models

1DA7E4
RGB29167228
HSL198°78.66%50.39%
HSB/HSV198°87.28%89.41%
CMYK87.28%26.75%0.00%
10.59%

Color #1DA7E4 in popluar number systems.

HEX1DA7E4
Decimal29167228
Binary111011010011111100100
Octal35247344

Shades and tints

Shades of #1DA7E4

#1DA7E4
(29,167,228)
#1B98D0
(27,152,208)
#1989BC
(25,137,188)
#177AA8
(23,122,168)
#156B94
(21,107,148)
#135C80
(19,92,128)
#114D6C
(17,77,108)
#0F3E58
(15,62,88)
#0D2F44
(13,47,68)
#0B2030
(11,32,48)
#09111C
(9,17,28)
#000000
(0,0,0)

Tints of #1DA7E4

#1DA7E4
(29,167,228)
#31AFE6
(49,175,230)
#45B7E8
(69,183,232)
#59BFEA
(89,191,234)
#6DC7EC
(109,199,236)
#81CFEE
(129,207,238)
#95D7F0
(149,215,240)
#A9DFF2
(169,223,242)
#BDE7F4
(189,231,244)
#D1EFF6
(209,239,246)
#E5F7F8
(229,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DA7E4 color. Also use rgb(29,167,228) instead hex code.

Text Font Color

.myTextColor { color: #1DA7E4; }

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

This text font color is #1DA7E4.


Background Color

.myBgColor { background-color: #1DA7E4; }

<div style="background-color:#1DA7E4">Inner text</div>

This div background color is #1DA7E4.


Border color

.myBorderColor { border: 1px solid #1DA7E4; }

<div style="border:3px solid #1DA7E4">Div</div>

This div border color is #1DA7E4.


Opacity

.myOpacity80 { color: #1DA7E4; opacity: 0.8; }

<p style="color:#1DA7E4;opacity:0.8;">80%</p>

Text with #1DA7E4 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 #1DA7E4;}

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

This text has shadow with #1DA7E4 color.

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

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

This text has shadow with #1DA7E4 primary color and red secondary color.


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

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

This text has shadow with #1DA7E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DA7E4 on black background.


Color preview on white background

This text has color #1DA7E4 on white background.



Black color preview on #1DA7E4 background

This text has black color on #1DA7E4 background.


White color preview on #1DA7E4 background

This text has white color on #1DA7E4 background.