Color Hex Logo

#199fff Color Hex

#199FFF
(25,159,255)
0 Favorites   0 Comments

Color spaces of #199fff

RGB 25159255
HSL0.571.000.55
HSV205°90°100°
CMYK 0.900.380.00   0.00
XYZ30.849032.222999.2015
Yxy32.22290.19010.1986
Hunter Lab56.7652-2.3335-63.8781
CIE-Lab63.52670.8266-56.7723

#199fff color RGB value is (25,159,255).

#199fff hex color red value is 25, green value is 159 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #199fff hue: 0.57 , saturation: 1.00 and the lightness value of 199fff is 0.55.

The process color (four color CMYK) of #199fff color hex is 0.90, 0.38, 0.00, 0.00. Web safe color of #199fff is #0099ff. Color #199fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011111 11111111
Octal 31 237 377
Decimal 25 159 255
Hex 19 9F FF

RGB Percentages of Color #199fff

%5.69
%36.22
%58.09

CMYK Percentages of Color #199fff

%90
%38
%0
%0

Triadic Colors of #199fff

#199fff #ff199f #9fff19

Analogous Colors of #199fff

#199fff #192cff #19ffec

Monochromatic Colors of #199fff

#199fff

Complementary Color

#199fff #ff7919

#199fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#199fff Color CSS Codes

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

#199fff Text Font Color

<p style="color:#199fff">Text here</p>

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


#199fff Background Color

<div style="background-color:#199fff">
Div content here</div>

This div background color is #199fff


#199fff Border Color

<div style="border:3px solid #199fff">
Div here</div>

This div border color is #199fff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,159,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #199fff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #199fff;
  -webkit-box-shadow: 1px 1px 3px 2px #199fff;
  box-shadow:         1px 1px 3px 2px #199fff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199fff

Related Colors


Comments

No comments written yet.

Please login to write comment.