Color Hex Logo

#197ccf Color Hex

#197CCF
(25,124,207)
0 Favorites   0 Comments

Color spaces of #197ccf

RGB 25124207
HSL0.580.780.45
HSV207°88°81°
CMYK 0.880.400.00   0.19
XYZ18.871019.127061.7287
Yxy19.12700.18920.1918
Hunter Lab43.73440.4859-53.0704
CIE-Lab50.83553.6065-50.2948

#197ccf color RGB value is (25,124,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111100 11001111
Octal 31 174 317
Decimal 25 124 207
Hex 19 7C CF

RGB Percentages of Color #197ccf

%7.02
%34.83
%58.15

CMYK Percentages of Color #197ccf

%88
%40
%0
%19

Triadic Colors of #197ccf

#197ccf #cf197c #7ccf19

Analogous Colors of #197ccf

#197ccf #1921cf #19cfc7

Monochromatic Colors of #197ccf

#197ccf

Complementary Color

#197ccf #cf6c19

#197ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#197ccf Color CSS Codes

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

#197ccf Text Font Color

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

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


#197ccf Background Color

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

This div background color is #197ccf


#197ccf Border Color

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

This div border color is #197ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197ccf


Comments

No comments written yet.

Please login to write comment.