Color Hex Logo

#198bdd Color Hex

#198BDD
(25,139,221)
0 Favorites   0 Comments

Color spaces of #198bdd

RGB 25139221
HSL0.570.800.48
HSV205°89°87°
CMYK 0.890.370.00   0.13
XYZ22.684723.892471.8227
Yxy23.89240.19160.2018
Hunter Lab48.8799-2.6995-52.9032
CIE-Lab55.9799-0.1107-49.9961

#198bdd color RGB value is (25,139,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001011 11011101
Octal 31 213 335
Decimal 25 139 221
Hex 19 8B DD

RGB Percentages of Color #198bdd

%6.49
%36.10
%57.40

CMYK Percentages of Color #198bdd

%89
%37
%0
%13

Triadic Colors of #198bdd

#198bdd #dd198b #8bdd19

Analogous Colors of #198bdd

#198bdd #1929dd #19ddcd

Monochromatic Colors of #198bdd

#198bdd

Complementary Color

#198bdd #dd6b19

#198bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#198bdd Color CSS Codes

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

#198bdd Text Font Color

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

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


#198bdd Background Color

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

This div background color is #198bdd


#198bdd Border Color

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

This div border color is #198bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198bdd


Comments

No comments written yet.

Please login to write comment.