Color Hex Logo

#198dbb Color Hex

#198DBB
(25,141,187)
0 Favorites   0 Comments

Color spaces of #198dbb

RGB 25141187
HSL0.550.760.42
HSV197°87°73°
CMYK 0.870.250.00   0.27
XYZ18.895422.844350.4272
Yxy22.84430.20500.2479
Hunter Lab47.7957-13.0749-29.0973
CIE-Lab54.9116-13.8374-32.4771

#198dbb color RGB value is (25,141,187).

#198dbb hex color red value is 25, green value is 141 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #198dbb hue: 0.55 , saturation: 0.76 and the lightness value of 198dbb is 0.42.

The process color (four color CMYK) of #198dbb color hex is 0.87, 0.25, 0.00, 0.27. Web safe color of #198dbb is #0099cc. Color #198dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001101 10111011
Octal 31 215 273
Decimal 25 141 187
Hex 19 8D BB

RGB Percentages of Color #198dbb

%7.08
%39.94
%52.97

CMYK Percentages of Color #198dbb

%87
%25
%0
%27

Triadic Colors of #198dbb

#198dbb #bb198d #8dbb19

Analogous Colors of #198dbb

#198dbb #193cbb #19bb98

Monochromatic Colors of #198dbb

#198dbb

Complementary Color

#198dbb #bb4719

#198dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#198dbb Color CSS Codes

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

#198dbb Text Font Color

<p style="color:#198dbb">Text here</p>

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


#198dbb Background Color

<div style="background-color:#198dbb">
Div content here</div>

This div background color is #198dbb


#198dbb Border Color

<div style="border:3px solid #198dbb">
Div here</div>

This div border color is #198dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,141,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #198dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #198dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #198dbb;
  box-shadow:         1px 1px 3px 2px #198dbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198dbb


Comments

No comments written yet.

Please login to write comment.