Color Hex Logo

#1785dd Color Hex

#1785DD
(23,133,221)
0 Favorites   0 Comments

Color spaces of #1785dd

RGB 23133221
HSL0.570.810.48
HSV207°90°87°
CMYK 0.900.400.00   0.13
XYZ21.792022.177771.5388
Yxy22.17770.18870.1920
Hunter Lab47.09320.1863-57.1016
CIE-Lab54.21503.3735-52.8093

#1785dd color RGB value is (23,133,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 10000101 11011101
Octal 27 205 335
Decimal 23 133 221
Hex 17 85 DD

RGB Percentages of Color #1785dd

%6.10
%35.28
%58.62

CMYK Percentages of Color #1785dd

%90
%40
%0
%13

Triadic Colors of #1785dd

#1785dd #dd1785 #85dd17

Analogous Colors of #1785dd

#1785dd #1722dd #17ddd2

Monochromatic Colors of #1785dd

#1785dd

Complementary Color

#1785dd #dd6f17

#1785dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1785dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1785dd Color CSS Codes

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

#1785dd Text Font Color

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

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


#1785dd Background Color

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

This div background color is #1785dd


#1785dd Border Color

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

This div border color is #1785dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,133,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 #1785dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1785dd


Comments

No comments written yet.

Please login to write comment.