Color Hex Logo

#197fdc Color Hex

#197FDC
(25,127,220)
0 Favorites   0 Comments

Color spaces of #197fdc

RGB 25127220
HSL0.580.800.48
HSV209°89°86°
CMYK 0.890.420.00   0.14
XYZ20.908520.552770.5752
Yxy20.55270.18660.1834
Hunter Lab45.33512.9876-60.5649
CIE-Lab52.45646.7608-55.0572

#197fdc color RGB value is (25,127,220).

#197fdc hex color red value is 25, green value is 127 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #197fdc hue: 0.58 , saturation: 0.80 and the lightness value of 197fdc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111111 11011100
Octal 31 177 334
Decimal 25 127 220
Hex 19 7F DC

RGB Percentages of Color #197fdc

%6.72
%34.14
%59.14

CMYK Percentages of Color #197fdc

%89
%42
%0
%14

Triadic Colors of #197fdc

#197fdc #dc197f #7fdc19

Analogous Colors of #197fdc

#197fdc #191edc #19dcd8

Monochromatic Colors of #197fdc

#197fdc

Complementary Color

#197fdc #dc7619

#197fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#197fdc Color CSS Codes

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

#197fdc Text Font Color

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

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


#197fdc Background Color

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

This div background color is #197fdc


#197fdc Border Color

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

This div border color is #197fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,127,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 #197fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197fdc


Comments

No comments written yet.

Please login to write comment.