Color Hex Logo

#197bd1 Color Hex

#197BD1
(25,123,209)
0 Favorites   0 Comments

Color spaces of #197bd1

RGB 25123209
HSL0.580.790.46
HSV208°88°82°
CMYK 0.880.410.00   0.18
XYZ18.992518.976062.9833
Yxy18.97600.18810.1880
Hunter Lab43.56151.5923-55.2314
CIE-Lab50.65914.9913-51.7127

#197bd1 color RGB value is (25,123,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111011 11010001
Octal 31 173 321
Decimal 25 123 209
Hex 19 7B D1

RGB Percentages of Color #197bd1

%7.00
%34.45
%58.54

CMYK Percentages of Color #197bd1

%88
%41
%0
%18

Triadic Colors of #197bd1

#197bd1 #d1197b #7bd119

Analogous Colors of #197bd1

#197bd1 #191fd1 #19d1cb

Monochromatic Colors of #197bd1

#197bd1

Complementary Color

#197bd1 #d16f19

#197bd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197bd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#197bd1 Color CSS Codes

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

#197bd1 Text Font Color

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

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


#197bd1 Background Color

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

This div background color is #197bd1


#197bd1 Border Color

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

This div border color is #197bd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197bd1


Comments

No comments written yet.

Please login to write comment.