Color Hex Logo

#1a79dc Color Hex

#1A79DC
(26,121,220)
0 Favorites   0 Comments

Color spaces of #1a79dc

RGB 26121220
HSL0.590.790.48
HSV211°88°86°
CMYK 0.880.450.00   0.14
XYZ20.181619.061770.3257
Yxy19.06170.18420.1740
Hunter Lab43.65976.1067-64.9407
CIE-Lab50.759310.5369-57.7790

#1a79dc color RGB value is (26,121,220).

#1a79dc hex color red value is 26, green value is 121 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1a79dc hue: 0.59 , saturation: 0.79 and the lightness value of 1a79dc is 0.48.

The process color (four color CMYK) of #1a79dc color hex is 0.88, 0.45, 0.00, 0.14. Web safe color of #1a79dc is #3366cc. Color #1a79dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 01111001 11011100
Octal 32 171 334
Decimal 26 121 220
Hex 1A 79 DC

RGB Percentages of Color #1a79dc

%7.08
%32.97
%59.95

CMYK Percentages of Color #1a79dc

%88
%45
%0
%14

Triadic Colors of #1a79dc

#1a79dc #dc1a79 #79dc1a

Analogous Colors of #1a79dc

#1a79dc #1c1adc #1adadc

Monochromatic Colors of #1a79dc

#1a79dc

Complementary Color

#1a79dc #dc7d1a

#1a79dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a79dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a79dc Color CSS Codes

.mybgcolor {background-color:#1a79dc; } 
.myforecolor {color:#1a79dc; }
.mybordercolor {border:3px solid #1a79dc; }

#1a79dc Text Font Color

<p style="color:#1a79dc">Text here</p>

This sample text font color is #1a79dc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1a79dc Background Color

<div style="background-color:#1a79dc">
Div content here</div>

This div background color is #1a79dc


#1a79dc Border Color

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

This div border color is #1a79dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(26,121,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1a79dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1a79dc;
  -webkit-box-shadow: 1px 1px 3px 2px #1a79dc;
  box-shadow:         1px 1px 3px 2px #1a79dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,121,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1a79dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1a79dc;
  -webkit-box-shadow: 1px 1px 3px 2px #1a79dc;
  box-shadow:         1px 1px 3px 2px #1a79dc;">
Div content here</div>

This div box has shadow with color #1a79dc


Comments

No comments written yet.

Please login to write comment.