Color Hex Logo

#1973db Color Hex

#1973DB
(25,115,219)
0 Favorites   0 Comments

Color spaces of #1973db

RGB 25115219
HSL0.590.800.48
HSV212°89°86°
CMYK 0.890.470.00   0.14
XYZ19.317817.582669.3935
Yxy17.58260.18170.1654
Hunter Lab41.93168.8542-68.7681
CIE-Lab48.985913.8630-60.0694

#1973db color RGB value is (25,115,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01110011 11011011
Octal 31 163 333
Decimal 25 115 219
Hex 19 73 DB

RGB Percentages of Color #1973db

%6.96
%32.03
%61.00

CMYK Percentages of Color #1973db

%89
%47
%0
%14

Triadic Colors of #1973db

#1973db #db1973 #73db19

Analogous Colors of #1973db

#1973db #2019db #19d4db

Monochromatic Colors of #1973db

#1973db

Complementary Color

#1973db #db8119

#1973db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1973db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1973db Color CSS Codes

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

#1973db Text Font Color

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

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


#1973db Background Color

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

This div background color is #1973db


#1973db Border Color

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

This div border color is #1973db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1973db


Comments

No comments written yet.

Please login to write comment.