Color Hex Logo

#085ddb Color Hex

#085DDB
(8,93,219)
0 Favorites   0 Comments

Color spaces of #085ddb

RGB 893219
HSL0.600.930.45
HSV216°96°86°
CMYK 0.960.580.00   0.14
XYZ16.800712.994868.6406
Yxy12.99480.17070.1320
Hunter Lab36.048320.1073-87.6620
CIE-Lab42.755427.3517-70.1869

#085ddb color RGB value is (8,93,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011101 11011011
Octal 10 135 333
Decimal 8 93 219
Hex 8 5D DB

RGB Percentages of Color #085ddb

%2.50
%29.06
%68.44

CMYK Percentages of Color #085ddb

%96
%58
%0
%14

Triadic Colors of #085ddb

#085ddb #db085d #5ddb08

Analogous Colors of #085ddb

#085ddb #1d08db #08c7db

Monochromatic Colors of #085ddb

#085ddb

Complementary Color

#085ddb #db8608

#085ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#085ddb Color CSS Codes

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

#085ddb Text Font Color

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

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


#085ddb Background Color

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

This div background color is #085ddb


#085ddb Border Color

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

This div border color is #085ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,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 #085ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085ddb


Comments

No comments written yet.

Please login to write comment.