Color Hex Logo

#1970eb Color Hex

#1970EB
(25,112,235)
0 Favorites   0 Comments

Color spaces of #1970eb

RGB 25112235
HSL0.600.840.51
HSV215°89°92°
CMYK 0.890.520.00   0.08
XYZ21.190517.793280.9148
Yxy17.79320.17670.1484
Hunter Lab42.182015.8526-84.2045
CIE-Lab49.244321.9571-68.6658

#1970eb color RGB value is (25,112,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01110000 11101011
Octal 31 160 353
Decimal 25 112 235
Hex 19 70 EB

RGB Percentages of Color #1970eb

%6.72
%30.11
%63.17

CMYK Percentages of Color #1970eb

%89
%52
%0
%8

Triadic Colors of #1970eb

#1970eb #eb1970 #70eb19

Analogous Colors of #1970eb

#1970eb #2b19eb #19d9eb

Monochromatic Colors of #1970eb

#1970eb

Complementary Color

#1970eb #eb9419

#1970eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1970eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1970eb Color CSS Codes

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

#1970eb Text Font Color

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

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


#1970eb Background Color

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

This div background color is #1970eb


#1970eb Border Color

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

This div border color is #1970eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1970eb


Comments

No comments written yet.

Please login to write comment.