Color Hex Logo

#198bfd Color Hex

#198BFD
(25,139,253)
0 Favorites   0 Comments

Color spaces of #198bfd

RGB 25139253
HSL0.580.980.55
HSV210°90°99°
CMYK 0.900.450.00   0.01
XYZ27.363125.763896.4592
Yxy25.76380.18290.1722
Hunter Lab50.75817.4008-77.1424
CIE-Lab57.812211.9949-64.8216

#198bfd color RGB value is (25,139,253).

#198bfd hex color red value is 25, green value is 139 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #198bfd hue: 0.58 , saturation: 0.98 and the lightness value of 198bfd is 0.55.

The process color (four color CMYK) of #198bfd color hex is 0.90, 0.45, 0.00, 0.01. Web safe color of #198bfd is #0099ff. Color #198bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001011 11111101
Octal 31 213 375
Decimal 25 139 253
Hex 19 8B FD

RGB Percentages of Color #198bfd

%6.00
%33.33
%60.67

CMYK Percentages of Color #198bfd

%90
%45
%0
%1

Triadic Colors of #198bfd

#198bfd #fd198b #8bfd19

Analogous Colors of #198bfd

#198bfd #1919fd #19fdfd

Monochromatic Colors of #198bfd

#198bfd

Complementary Color

#198bfd #fd8b19

#198bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#198bfd Color CSS Codes

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

#198bfd Text Font Color

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

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


#198bfd Background Color

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

This div background color is #198bfd


#198bfd Border Color

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

This div border color is #198bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198bfd


Comments

No comments written yet.

Please login to write comment.