Color Hex Logo

#1795dd Color Hex

#1795DD
(23,149,221)
0 Favorites   0 Comments

Color spaces of #1795dd

RGB 23149221
HSL0.560.810.48
HSV202°90°87°
CMYK 0.900.330.00   0.13
XYZ24.151926.897572.3254
Yxy26.89750.19580.2180
Hunter Lab51.8628-7.6345-46.3791
CIE-Lab58.8793-6.0609-45.4023

#1795dd color RGB value is (23,149,221).

#1795dd hex color red value is 23, green value is 149 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1795dd hue: 0.56 , saturation: 0.81 and the lightness value of 1795dd is 0.48.

The process color (four color CMYK) of #1795dd color hex is 0.90, 0.33, 0.00, 0.13. Web safe color of #1795dd is #0099cc. Color #1795dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 10010101 11011101
Octal 27 225 335
Decimal 23 149 221
Hex 17 95 DD

RGB Percentages of Color #1795dd

%5.85
%37.91
%56.23

CMYK Percentages of Color #1795dd

%90
%33
%0
%13

Triadic Colors of #1795dd

#1795dd #dd1795 #95dd17

Analogous Colors of #1795dd

#1795dd #1732dd #17ddc2

Monochromatic Colors of #1795dd

#1795dd

Complementary Color

#1795dd #dd5f17

#1795dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1795dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1795dd Color CSS Codes

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

#1795dd Text Font Color

<p style="color:#1795dd">Text here</p>

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


#1795dd Background Color

<div style="background-color:#1795dd">
Div content here</div>

This div background color is #1795dd


#1795dd Border Color

<div style="border:3px solid #1795dd">
Div here</div>

This div border color is #1795dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,149,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1795dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1795dd;
  -webkit-box-shadow: 1px 1px 3px 2px #1795dd;
  box-shadow:         1px 1px 3px 2px #1795dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1795dd


Comments

No comments written yet.

Please login to write comment.