color codes Logo

#1a79cc color codes

#1A79CC
(26,121,204)
0 Favorites   0 Comments

Color spaces of #1a79cc

RGB 26121204
HSL0.580.770.45
HSV208°87°80°
CMYK 0.870.410.00   0.20
XYZ18.162518.254059.6928
Yxy18.25400.18900.1899
Hunter Lab42.72471.1131-52.9297
CIE-Lab49.80274.3608-50.2352

#1a79cc color RGB value is (26,121,204).

#1a79cc hex color red value is 26, green value is 121 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #1a79cc hue: 0.58 , saturation: 0.77 and the lightness value of 1a79cc is 0.45.

The process color (four color CMYK) of #1a79cc color code is 0.87, 0.41, 0.00, 0.20. Web safe color of #1a79cc is #3366cc. Color #1a79cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 01111001 11001100
Octal 32 171 314
Decimal 26 121 204
Hex 1A 79 CC

RGB Percentages of Color #1a79cc

%7.41
%34.47
%58.12

CMYK Percentages of Color #1a79cc

%87
%41
%0
%20

Triadic Colors of #1a79cc

#1a79cc #cc1a79 #79cc1a

Analogous Colors of #1a79cc

#1a79cc #1a20cc #1accc6

Monochromatic Colors of #1a79cc

#1a79cc

Complementary Color

#1a79cc #cc6d1a

#1a79cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a79cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a79cc Color CSS Codes

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

#1a79cc Text Font Color

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

This sample text font color is #1a79cc
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.


#1a79cc Background Color

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

This div background color is #1a79cc


#1a79cc Border Color

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

This div border color is #1a79cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a79cc


Comments

No comments written yet.

Please login to write comment.