Color Hex Logo

#197dcd Color Hex

#197DCD
(25,125,205)
0 Favorites   0 Comments

Color spaces of #197dcd

RGB 25125205
HSL0.570.780.45
HSV207°88°80°
CMYK 0.880.390.00   0.20
XYZ18.754019.281760.4909
Yxy19.28170.19030.1957
Hunter Lab43.9109-0.6082-50.9392
CIE-Lab51.01522.2279-48.8711

#197dcd color RGB value is (25,125,205).

#197dcd hex color red value is 25, green value is 125 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #197dcd hue: 0.57 , saturation: 0.78 and the lightness value of 197dcd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111101 11001101
Octal 31 175 315
Decimal 25 125 205
Hex 19 7D CD

RGB Percentages of Color #197dcd

%7.04
%35.21
%57.75

CMYK Percentages of Color #197dcd

%88
%39
%0
%20

Triadic Colors of #197dcd

#197dcd #cd197d #7dcd19

Analogous Colors of #197dcd

#197dcd #1923cd #19cdc3

Monochromatic Colors of #197dcd

#197dcd

Complementary Color

#197dcd #cd6919

#197dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#197dcd Color CSS Codes

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

#197dcd Text Font Color

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

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


#197dcd Background Color

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

This div background color is #197dcd


#197dcd Border Color

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

This div border color is #197dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197dcd


Comments

No comments written yet.

Please login to write comment.