Color Hex Logo

#1959fd Color Hex

#1959FD
(25,89,253)
0 Favorites   0 Comments

Color spaces of #1959fd

RGB 2589253
HSL0.620.980.55
HSV223°90°99°
CMYK 0.900.650.00   0.01
XYZ21.702914.443394.5725
Yxy14.44330.16600.1105
Hunter Lab38.004335.4273-120.9381
CIE-Lab44.862143.2703-85.8888

#1959fd color RGB value is (25,89,253).

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

The process color (four color CMYK) of #1959fd color hex is 0.90, 0.65, 0.00, 0.01. Web safe color of #1959fd is #0066ff. Color #1959fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011001 11111101
Octal 31 131 375
Decimal 25 89 253
Hex 19 59 FD

RGB Percentages of Color #1959fd

%6.81
%24.25
%68.94

CMYK Percentages of Color #1959fd

%90
%65
%0
%1

Triadic Colors of #1959fd

#1959fd #fd1959 #59fd19

Analogous Colors of #1959fd

#1959fd #4b19fd #19cbfd

Monochromatic Colors of #1959fd

#1959fd

Complementary Color

#1959fd #fdbd19

#1959fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1959fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1959fd Color CSS Codes

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

#1959fd Text Font Color

<p style="color:#1959fd">Text here</p>

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


#1959fd Background Color

<div style="background-color:#1959fd">
Div content here</div>

This div background color is #1959fd


#1959fd Border Color

<div style="border:3px solid #1959fd">
Div here</div>

This div border color is #1959fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1959fd

Related Colors


Comments

No comments written yet.

Please login to write comment.