Color Hex Logo

#165ddd Color Hex

#165DDD
(22,93,221)
0 Favorites   0 Comments

Color spaces of #165ddd

RGB 2293221
HSL0.610.820.48
HSV219°90°87°
CMYK 0.900.580.00   0.13
XYZ17.296413.219770.0467
Yxy13.21970.17200.1315
Hunter Lab36.358921.2867-88.7730
CIE-Lab43.092428.6320-70.7689

#165ddd color RGB value is (22,93,221).

#165ddd hex color red value is 22, green value is 93 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #165ddd hue: 0.61 , saturation: 0.82 and the lightness value of 165ddd is 0.48.

The process color (four color CMYK) of #165ddd color hex is 0.90, 0.58, 0.00, 0.13. Web safe color of #165ddd is #0066cc. Color #165ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01011101 11011101
Octal 26 135 335
Decimal 22 93 221
Hex 16 5D DD

RGB Percentages of Color #165ddd

%6.55
%27.68
%65.77

CMYK Percentages of Color #165ddd

%90
%58
%0
%13

Triadic Colors of #165ddd

#165ddd #dd165d #5ddd16

Analogous Colors of #165ddd

#165ddd #3216dd #16c1dd

Monochromatic Colors of #165ddd

#165ddd

Complementary Color

#165ddd #dd9616

#165ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#165ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#165ddd Color CSS Codes

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

#165ddd Text Font Color

<p style="color:#165ddd">Text here</p>

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


#165ddd Background Color

<div style="background-color:#165ddd">
Div content here</div>

This div background color is #165ddd


#165ddd Border Color

<div style="border:3px solid #165ddd">
Div here</div>

This div border color is #165ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(22,93,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #165ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #165ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #165ddd;
  box-shadow:         1px 1px 3px 2px #165ddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(22,93,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 #165ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #165ddd


Comments

No comments written yet.

Please login to write comment.