Color Hex Logo

#0085ff Color Hex

#0085FF
(0,133,255)
9 Favorites   0 Comments

Color spaces of #0085ff

RGB 0133255
HSL0.581.000.50
HSV209°100°100°
CMYK 1.000.480.00   0.00
XYZ26.437523.995197.8458
Yxy23.99510.17830.1618
Hunter Lab48.984810.6145-84.1408
CIE-Lab56.082915.6833-68.7192

#0085ff color RGB value is (0,133,255).

#0085ff hex color red value is 0, green value is 133 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0085ff hue: 0.58 , saturation: 1.00 and the lightness value of 0085ff is 0.50.

The process color (four color CMYK) of #0085ff color hex is 1.00, 0.48, 0.00, 0.00. Web safe color of #0085ff is #0099ff. Color #0085ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000101 11111111
Octal 0 205 377
Decimal 0 133 255
Hex 0 85 FF

RGB Percentages of Color #0085ff

%0.00
%34.28
%65.72

CMYK Percentages of Color #0085ff

%100
%48
%0
%0

Triadic Colors of #0085ff

#0085ff #ff0085 #85ff00

Analogous Colors of #0085ff

#0085ff #0005ff #00fffa

Monochromatic Colors of #0085ff

#0085ff

Complementary Color

#0085ff #ff7a00

#0085ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0085ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0085ff Color CSS Codes

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

#0085ff Text Font Color

<p style="color:#0085ff">Text here</p>

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


#0085ff Background Color

<div style="background-color:#0085ff">
Div content here</div>

This div background color is #0085ff


#0085ff Border Color

<div style="border:3px solid #0085ff">
Div here</div>

This div border color is #0085ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,133,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0085ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0085ff;
  -webkit-box-shadow: 1px 1px 3px 2px #0085ff;
  box-shadow:         1px 1px 3px 2px #0085ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0085ff


Comments

No comments written yet.

Please login to write comment.