Color Hex Logo

#1790cd Color Hex

#1790CD
(23,144,205)
0 Favorites   0 Comments

Color spaces of #1790cd

RGB 23144205
HSL0.560.800.45
HSV200°89°80°
CMYK 0.890.300.00   0.20
XYZ21.346124.536561.3686
Yxy24.53650.19900.2288
Hunter Lab49.5343-9.7631-38.7810
CIE-Lab56.6210-9.0987-39.9972

#1790cd color RGB value is (23,144,205).

#1790cd hex color red value is 23, green value is 144 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1790cd hue: 0.56 , saturation: 0.80 and the lightness value of 1790cd is 0.45.

The process color (four color CMYK) of #1790cd color hex is 0.89, 0.30, 0.00, 0.20. Web safe color of #1790cd is #0099cc. Color #1790cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 10010000 11001101
Octal 27 220 315
Decimal 23 144 205
Hex 17 90 CD

RGB Percentages of Color #1790cd

%6.18
%38.71
%55.11

CMYK Percentages of Color #1790cd

%89
%30
%0
%20

Triadic Colors of #1790cd

#1790cd #cd1790 #90cd17

Analogous Colors of #1790cd

#1790cd #1735cd #17cdaf

Monochromatic Colors of #1790cd

#1790cd

Complementary Color

#1790cd #cd5417

#1790cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1790cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1790cd Color CSS Codes

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

#1790cd Text Font Color

<p style="color:#1790cd">Text here</p>

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


#1790cd Background Color

<div style="background-color:#1790cd">
Div content here</div>

This div background color is #1790cd


#1790cd Border Color

<div style="border:3px solid #1790cd">
Div here</div>

This div border color is #1790cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,144,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1790cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1790cd;
  -webkit-box-shadow: 1px 1px 3px 2px #1790cd;
  box-shadow:         1px 1px 3px 2px #1790cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,144,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1790cd


Comments

No comments written yet.

Please login to write comment.