Color Hex Logo

#1975eb Color Hex

#1975EB
(25,117,235)
0 Favorites   0 Comments

Color spaces of #1975eb

RGB 25117235
HSL0.590.840.51
HSV214°89°92°
CMYK 0.890.500.00   0.08
XYZ21.757618.927481.1039
Yxy18.92740.17870.1554
Hunter Lab43.505613.1348-80.0754
CIE-Lab50.602218.7851-66.4657

#1975eb color RGB value is (25,117,235).

#1975eb hex color red value is 25, green value is 117 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1975eb hue: 0.59 , saturation: 0.84 and the lightness value of 1975eb is 0.51.

The process color (four color CMYK) of #1975eb color hex is 0.89, 0.50, 0.00, 0.08. Web safe color of #1975eb is #0066ff. Color #1975eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01110101 11101011
Octal 31 165 353
Decimal 25 117 235
Hex 19 75 EB

RGB Percentages of Color #1975eb

%6.63
%31.03
%62.33

CMYK Percentages of Color #1975eb

%89
%50
%0
%8

Triadic Colors of #1975eb

#1975eb #eb1975 #75eb19

Analogous Colors of #1975eb

#1975eb #2619eb #19deeb

Monochromatic Colors of #1975eb

#1975eb

Complementary Color

#1975eb #eb8f19

#1975eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1975eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1975eb Color CSS Codes

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

#1975eb Text Font Color

<p style="color:#1975eb">Text here</p>

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


#1975eb Background Color

<div style="background-color:#1975eb">
Div content here</div>

This div background color is #1975eb


#1975eb Border Color

<div style="border:3px solid #1975eb">
Div here</div>

This div border color is #1975eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,117,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1975eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1975eb;
  -webkit-box-shadow: 1px 1px 3px 2px #1975eb;
  box-shadow:         1px 1px 3px 2px #1975eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1975eb


Comments

No comments written yet.

Please login to write comment.