Color Hex Logo

#0d17dd Color Hex

#0D17DD
(13,23,221)
0 Favorites   0 Comments

Color spaces of #0d17dd

RGB 1323221
HSL0.660.890.46
HSV237°94°87°
CMYK 0.940.900.00   0.13
XYZ13.52355.918868.8363
Yxy5.91880.15320.0670
Hunter Lab24.328656.6476-150.7276
CIE-Lab29.206766.1715-93.7096

#0d17dd color RGB value is (13,23,221).

#0d17dd hex color red value is 13, green value is 23 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0d17dd hue: 0.66 , saturation: 0.89 and the lightness value of 0d17dd is 0.46.

The process color (four color CMYK) of #0d17dd color hex is 0.94, 0.90, 0.00, 0.13. Web safe color of #0d17dd is #0000cc. Color #0d17dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00010111 11011101
Octal 15 27 335
Decimal 13 23 221
Hex D 17 DD

RGB Percentages of Color #0d17dd

%5.06
%8.95
%85.99

CMYK Percentages of Color #0d17dd

%94
%90
%0
%13

Triadic Colors of #0d17dd

#0d17dd #dd0d17 #17dd0d

Analogous Colors of #0d17dd

#0d17dd #6b0ddd #0d7fdd

Monochromatic Colors of #0d17dd

#0d17dd

Complementary Color

#0d17dd #ddd30d

#0d17dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d17dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d17dd Color CSS Codes

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

#0d17dd Text Font Color

<p style="color:#0d17dd">Text here</p>

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


#0d17dd Background Color

<div style="background-color:#0d17dd">
Div content here</div>

This div background color is #0d17dd


#0d17dd Border Color

<div style="border:3px solid #0d17dd">
Div here</div>

This div border color is #0d17dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d17dd


Comments

No comments written yet.

Please login to write comment.