COLOR #1D73E0

HEX: #1D73E0
RGB: (29,115,224)

Color info

#1D73E0 contains mainly blue color. Web safe color of #1D73E0 is #3366CC (or #36C).

RGB color model

#1D73E0 color RGB value is (29,115,224).

  • red value is 29;
  • green value is 115;
  • blue value is 224.
RGB:
(29,115,224)
(11%,45%,88%)

RGB channels and saturation

R 29 of 255 = 11%
G 115 of 255 = 45%
B 224 of 255 = 88%

29
115
224

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

Portions of RGB colors in percentages

R + G + B =
29 + 115 + 224 = 368 (100%)
R 29 of 368 ~ 7.88%
G 115 of 368 ~ 31.25%
B 224 of 368 ~ 60.87%

%31.25
%60.87

CMYK color model

#1D73E0 color CMYK value is (87,49,0,12).

  • cyan value is 87.05%
  • magenta value is 48.66%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(87,49,0,12)
C87M49Y0K12 
(87%,49%,0%,12%)
(0.87/0.49/0.00/0.12)	

CMYK percentages

%87.05
%48.66
%0
%12.16

Codes

Color #1D73E0 in popluar color models

1D73E0
RGB29115224
HSL214°77.08%49.61%
HSB/HSV214°87.05%87.84%
CMYK87.05%48.66%0.00%
12.16%

Color #1D73E0 in popluar number systems.

HEX1D73E0
Decimal29115224
Binary11101111001111100000
Octal35163340

Shades and tints

Shades of #1D73E0

#1D73E0
(29,115,224)
#1B69CC
(27,105,204)
#195FB8
(25,95,184)
#1755A4
(23,85,164)
#154B90
(21,75,144)
#13417C
(19,65,124)
#113768
(17,55,104)
#0F2D54
(15,45,84)
#0D2340
(13,35,64)
#0B192C
(11,25,44)
#090F18
(9,15,24)
#000000
(0,0,0)

Tints of #1D73E0

#1D73E0
(29,115,224)
#317FE2
(49,127,226)
#458BE4
(69,139,228)
#5997E6
(89,151,230)
#6DA3E8
(109,163,232)
#81AFEA
(129,175,234)
#95BBEC
(149,187,236)
#A9C7EE
(169,199,238)
#BDD3F0
(189,211,240)
#D1DFF2
(209,223,242)
#E5EBF4
(229,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D73E0 color. Also use rgb(29,115,224) instead hex code.

Text Font Color

.myTextColor { color: #1D73E0; }

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

This text font color is #1D73E0.


Background Color

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

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

This div background color is #1D73E0.


Border color

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

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

This div border color is #1D73E0.


Opacity

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

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

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

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

This text has shadow with #1D73E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D73E0 on black background.


Color preview on white background

This text has color #1D73E0 on white background.



Black color preview on #1D73E0 background

This text has black color on #1D73E0 background.


White color preview on #1D73E0 background

This text has white color on #1D73E0 background.