Color Hex Logo

#198bcb Color Hex

#198BCB
(25,139,203)
0 Favorites   0 Comments

Color spaces of #198bcb

RGB 25139203
HSL0.560.780.45
HSV202°88°80°
CMYK 0.880.320.00   0.20
XYZ20.413022.983759.8603
Yxy22.98370.19770.2226
Hunter Lab47.9413-7.8935-40.4715
CIE-Lab55.0555-6.8456-41.3316

#198bcb color RGB value is (25,139,203).

#198bcb hex color red value is 25, green value is 139 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #198bcb hue: 0.56 , saturation: 0.78 and the lightness value of 198bcb is 0.45.

The process color (four color CMYK) of #198bcb color hex is 0.88, 0.32, 0.00, 0.20. Web safe color of #198bcb is #0099cc. Color #198bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001011 11001011
Octal 31 213 313
Decimal 25 139 203
Hex 19 8B CB

RGB Percentages of Color #198bcb

%6.81
%37.87
%55.31

CMYK Percentages of Color #198bcb

%88
%32
%0
%20

Triadic Colors of #198bcb

#198bcb #cb198b #8bcb19

Analogous Colors of #198bcb

#198bcb #1932cb #19cbb2

Monochromatic Colors of #198bcb

#198bcb

Complementary Color

#198bcb #cb5919

#198bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#198bcb Color CSS Codes

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

#198bcb Text Font Color

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

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


#198bcb Background Color

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

This div background color is #198bcb


#198bcb Border Color

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

This div border color is #198bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198bcb


Comments

No comments written yet.

Please login to write comment.