Color Hex Logo

#198fdb Color Hex

#198FDB
(25,143,219)
0 Favorites   0 Comments

Color spaces of #198fdb

RGB 25143219
HSL0.570.800.48
HSV204°89°86°
CMYK 0.890.350.00   0.14
XYZ23.009524.966170.6240
Yxy24.96610.19400.2105
Hunter Lab49.9661-5.2410-48.8265
CIE-Lab57.0424-3.2172-47.1902

#198fdb color RGB value is (25,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001111 11011011
Octal 31 217 333
Decimal 25 143 219
Hex 19 8F DB

RGB Percentages of Color #198fdb

%6.46
%36.95
%56.59

CMYK Percentages of Color #198fdb

%89
%35
%0
%14

Triadic Colors of #198fdb

#198fdb #db198f #8fdb19

Analogous Colors of #198fdb

#198fdb #192edb #19dbc6

Monochromatic Colors of #198fdb

#198fdb

Complementary Color

#198fdb #db6519

#198fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#198fdb Color CSS Codes

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

#198fdb Text Font Color

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

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


#198fdb Background Color

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

This div background color is #198fdb


#198fdb Border Color

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

This div border color is #198fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198fdb


Comments

No comments written yet.

Please login to write comment.