Color Hex Logo

#197bdd Color Hex

#197BDD
(25,123,221)
0 Favorites   0 Comments

Color spaces of #197bdd

RGB 25123221
HSL0.580.800.48
HSV210°89°87°
CMYK 0.890.440.00   0.13
XYZ20.535019.593071.1061
Yxy19.59300.18460.1761
Hunter Lab44.26405.3480-64.2593
CIE-Lab51.37399.6189-57.3565

#197bdd color RGB value is (25,123,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111011 11011101
Octal 31 173 335
Decimal 25 123 221
Hex 19 7B DD

RGB Percentages of Color #197bdd

%6.78
%33.33
%59.89

CMYK Percentages of Color #197bdd

%89
%44
%0
%13

Triadic Colors of #197bdd

#197bdd #dd197b #7bdd19

Analogous Colors of #197bdd

#197bdd #1919dd #19dddd

Monochromatic Colors of #197bdd

#197bdd

Complementary Color

#197bdd #dd7b19

#197bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#197bdd Color CSS Codes

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

#197bdd Text Font Color

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

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


#197bdd Background Color

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

This div background color is #197bdd


#197bdd Border Color

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

This div border color is #197bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197bdd


Comments

No comments written yet.

Please login to write comment.