color codes Logo

#0087db color codes

#0087DB
(0,135,219)
2 Favorites   0 Comments

Color spaces of #0087db

RGB 0135219
HSL0.561.000.43
HSV203°100°86°
CMYK 1.000.380.00   0.14
XYZ21.450222.442470.2191
Yxy22.44240.18800.1967
Hunter Lab47.3734-2.0805-54.7210
CIE-Lab54.49330.5658-51.2537

#0087db color RGB value is (0,135,219).

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

The process color (four color CMYK) of #0087db color code is 1.00, 0.38, 0.00, 0.14. Web safe color of #0087db is #0099cc. Color #0087db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000111 11011011
Octal 0 207 333
Decimal 0 135 219
Hex 0 87 DB

RGB Percentages of Color #0087db

%0.00
%38.14
%61.86

CMYK Percentages of Color #0087db

%100
%38
%0
%14

Triadic Colors of #0087db

#0087db #db0087 #87db00

Analogous Colors of #0087db

#0087db #0019db #00dbc2

Monochromatic Colors of #0087db

#0087db

Complementary Color

#0087db #db5400

#0087db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0087db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0087db Color CSS Codes

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

#0087db Text Font Color

<p style="color:#0087db">Text here</p>

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


#0087db Background Color

<div style="background-color:#0087db">
Div content here</div>

This div background color is #0087db


#0087db Border Color

<div style="border:3px solid #0087db">
Div here</div>

This div border color is #0087db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0087db


Comments

No comments written yet.

Please login to write comment.