Color Hex Logo

#1971db Color Hex

#1971DB
(25,113,219)
0 Favorites   0 Comments

Color spaces of #1971db

RGB 25113219
HSL0.590.800.48
HSV213°89°86°
CMYK 0.890.480.00   0.14
XYZ19.092217.131469.3183
Yxy17.13140.18090.1623
Hunter Lab41.39019.9049-70.3232
CIE-Lab48.425215.1310-60.9739

#1971db color RGB value is (25,113,219).

#1971db hex color red value is 25, green value is 113 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1971db hue: 0.59 , saturation: 0.80 and the lightness value of 1971db is 0.48.

The process color (four color CMYK) of #1971db color hex is 0.89, 0.48, 0.00, 0.14. Web safe color of #1971db is #0066cc. Color #1971db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01110001 11011011
Octal 31 161 333
Decimal 25 113 219
Hex 19 71 DB

RGB Percentages of Color #1971db

%7.00
%31.65
%61.34

CMYK Percentages of Color #1971db

%89
%48
%0
%14

Triadic Colors of #1971db

#1971db #db1971 #71db19

Analogous Colors of #1971db

#1971db #2219db #19d2db

Monochromatic Colors of #1971db

#1971db

Complementary Color

#1971db #db8319

#1971db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1971db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1971db Color CSS Codes

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

#1971db Text Font Color

<p style="color:#1971db">Text here</p>

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


#1971db Background Color

<div style="background-color:#1971db">
Div content here</div>

This div background color is #1971db


#1971db Border Color

<div style="border:3px solid #1971db">
Div here</div>

This div border color is #1971db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,113,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1971db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1971db;
  -webkit-box-shadow: 1px 1px 3px 2px #1971db;
  box-shadow:         1px 1px 3px 2px #1971db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1971db


Comments

No comments written yet.

Please login to write comment.