Color Hex Logo

#1959fa Color Hex

#1959FA
(25,89,250)
0 Favorites   0 Comments

Color spaces of #1959fa

RGB 2589250
HSL0.620.960.54
HSV223°90°98°
CMYK 0.900.640.00   0.02
XYZ21.228614.253692.0748
Yxy14.25360.16640.1117
Hunter Lab37.753934.2991-118.1695
CIE-Lab44.594442.1812-84.6553

#1959fa color RGB value is (25,89,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011001 11111010
Octal 31 131 372
Decimal 25 89 250
Hex 19 59 FA

RGB Percentages of Color #1959fa

%6.87
%24.45
%68.68

CMYK Percentages of Color #1959fa

%90
%64
%0
%2

Triadic Colors of #1959fa

#1959fa #fa1959 #59fa19

Analogous Colors of #1959fa

#1959fa #4a19fa #19cafa

Monochromatic Colors of #1959fa

#1959fa

Complementary Color

#1959fa #faba19

#1959fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1959fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1959fa Color CSS Codes

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

#1959fa Text Font Color

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

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


#1959fa Background Color

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

This div background color is #1959fa


#1959fa Border Color

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

This div border color is #1959fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1959fa


Comments

No comments written yet.

Please login to write comment.