Color Hex Logo

#197cd6 Color Hex

#197CD6
(25,124,214)
0 Favorites   0 Comments

Color spaces of #197cd6

RGB 25124214
HSL0.580.790.47
HSV209°88°84°
CMYK 0.880.420.00   0.16
XYZ19.746219.477066.3370
Yxy19.47700.18710.1845
Hunter Lab44.13282.6335-58.2273
CIE-Lab51.24076.3013-53.6168

#197cd6 color RGB value is (25,124,214).

#197cd6 hex color red value is 25, green value is 124 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #197cd6 hue: 0.58 , saturation: 0.79 and the lightness value of 197cd6 is 0.47.

The process color (four color CMYK) of #197cd6 color hex is 0.88, 0.42, 0.00, 0.16. Web safe color of #197cd6 is #0066cc. Color #197cd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111100 11010110
Octal 31 174 326
Decimal 25 124 214
Hex 19 7C D6

RGB Percentages of Color #197cd6

%6.89
%34.16
%58.95

CMYK Percentages of Color #197cd6

%88
%42
%0
%16

Triadic Colors of #197cd6

#197cd6 #d6197c #7cd619

Analogous Colors of #197cd6

#197cd6 #191dd6 #19d6d2

Monochromatic Colors of #197cd6

#197cd6

Complementary Color

#197cd6 #d67319

#197cd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197cd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#197cd6 Color CSS Codes

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

#197cd6 Text Font Color

<p style="color:#197cd6">Text here</p>

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


#197cd6 Background Color

<div style="background-color:#197cd6">
Div content here</div>

This div background color is #197cd6


#197cd6 Border Color

<div style="border:3px solid #197cd6">
Div here</div>

This div border color is #197cd6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,124,214, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #197cd6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #197cd6;
  -webkit-box-shadow: 1px 1px 3px 2px #197cd6;
  box-shadow:         1px 1px 3px 2px #197cd6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,124,214, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197cd6


Comments

No comments written yet.

Please login to write comment.