COLOR #1D78F4

HEX: #1D78F4
RGB: (29,120,244)

Color info

#1D78F4 contains mainly blue color. Web safe color of #1D78F4 is #3366FF (or #36F).

RGB color model

#1D78F4 color RGB value is (29,120,244).

  • red value is 29;
  • green value is 120;
  • blue value is 244.
RGB:
(29,120,244)
(11%,47%,96%)

RGB channels and saturation

R 29 of 255 = 11%
G 120 of 255 = 47%
B 244 of 255 = 96%

29
120
244

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

Portions of RGB colors in percentages

R + G + B =
29 + 120 + 244 = 393 (100%)
R 29 of 393 ~ 7.38%
G 120 of 393 ~ 30.53%
B 244 of 393 ~ 62.09%

%30.53
%62.09

CMYK color model

#1D78F4 color CMYK value is (88,51,0,4).

  • cyan value is 88.11%
  • magenta value is 50.82%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(88,51,0,4)
C88M51Y0K4 
(88%,51%,0%,4%)
(0.88/0.51/0.00/0.04)	

CMYK percentages

%88.11
%50.82
%0
%4.31

Codes

Color #1D78F4 in popluar color models

1D78F4
RGB29120244
HSL215°90.72%53.53%
HSB/HSV215°88.11%95.69%
CMYK88.11%50.82%0.00%
4.31%

Color #1D78F4 in popluar number systems.

HEX1D78F4
Decimal29120244
Binary11101111100011110100
Octal35170364

Shades and tints

Shades of #1D78F4

#1D78F4
(29,120,244)
#1B6EDE
(27,110,222)
#1964C8
(25,100,200)
#175AB2
(23,90,178)
#15509C
(21,80,156)
#134686
(19,70,134)
#113C70
(17,60,112)
#0F325A
(15,50,90)
#0D2844
(13,40,68)
#0B1E2E
(11,30,46)
#091418
(9,20,24)
#000000
(0,0,0)

Tints of #1D78F4

#1D78F4
(29,120,244)
#3184F5
(49,132,245)
#4590F6
(69,144,246)
#599CF7
(89,156,247)
#6DA8F8
(109,168,248)
#81B4F9
(129,180,249)
#95C0FA
(149,192,250)
#A9CCFB
(169,204,251)
#BDD8FC
(189,216,252)
#D1E4FD
(209,228,253)
#E5F0FE
(229,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D78F4 color. Also use rgb(29,120,244) instead hex code.

Text Font Color

.myTextColor { color: #1D78F4; }

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

This text font color is #1D78F4.


Background Color

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

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

This div background color is #1D78F4.


Border color

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

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

This div border color is #1D78F4.


Opacity

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

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

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

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

This text has shadow with #1D78F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D78F4 on black background.


Color preview on white background

This text has color #1D78F4 on white background.



Black color preview on #1D78F4 background

This text has black color on #1D78F4 background.


White color preview on #1D78F4 background

This text has white color on #1D78F4 background.