Color Hex Logo

#005ddb Color Hex

#005DDB
(0,93,219)
0 Favorites   0 Comments

Color spaces of #005ddb

RGB 093219
HSL0.601.000.43
HSV215°100°86°
CMYK 1.000.580.00   0.14
XYZ16.700512.943268.6359
Yxy12.94320.16990.1317
Hunter Lab35.976719.9012-87.9292
CIE-Lab42.677527.1284-70.3172

#005ddb color RGB value is (0,93,219).

#005ddb hex color red value is 0, green value is 93 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #005ddb hue: 0.60 , saturation: 1.00 and the lightness value of 005ddb is 0.43.

The process color (four color CMYK) of #005ddb color hex is 1.00, 0.58, 0.00, 0.14. Web safe color of #005ddb is #0066cc. Color #005ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011101 11011011
Octal 0 135 333
Decimal 0 93 219
Hex 0 5D DB

RGB Percentages of Color #005ddb

%0.00
%29.81
%70.19

CMYK Percentages of Color #005ddb

%100
%58
%0
%14

Triadic Colors of #005ddb

#005ddb #db005d #5ddb00

Analogous Colors of #005ddb

#005ddb #1000db #00cbdb

Monochromatic Colors of #005ddb

#005ddb

Complementary Color

#005ddb #db7e00

#005ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#005ddb Color CSS Codes

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

#005ddb Text Font Color

<p style="color:#005ddb">Text here</p>

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


#005ddb Background Color

<div style="background-color:#005ddb">
Div content here</div>

This div background color is #005ddb


#005ddb Border Color

<div style="border:3px solid #005ddb">
Div here</div>

This div border color is #005ddb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,93,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #005ddb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #005ddb;
  -webkit-box-shadow: 1px 1px 3px 2px #005ddb;
  box-shadow:         1px 1px 3px 2px #005ddb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,93,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005ddb


Comments

No comments written yet.

Please login to write comment.