Color Hex Logo

#0289db Color Hex

#0289DB
(2,137,219)
0 Favorites   0 Comments

Color spaces of #0289db

RGB 2137219
HSL0.560.980.43
HSV203°99°86°
CMYK 0.990.370.00   0.14
XYZ21.756923.018770.3142
Yxy23.01870.18900.2000
Hunter Lab47.9778-3.0153-53.3084
CIE-Lab55.0916-0.5692-50.3002

#0289db color RGB value is (2,137,219).

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

The process color (four color CMYK) of #0289db color hex is 0.99, 0.37, 0.00, 0.14. Web safe color of #0289db is #0099cc. Color #0289db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001001 11011011
Octal 2 211 333
Decimal 2 137 219
Hex 2 89 DB

RGB Percentages of Color #0289db

%0.56
%38.27
%61.17

CMYK Percentages of Color #0289db

%99
%37
%0
%14

Triadic Colors of #0289db

#0289db #db0289 #89db02

Analogous Colors of #0289db

#0289db #021cdb #02dbc1

Monochromatic Colors of #0289db

#0289db

Complementary Color

#0289db #db5402

#0289db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0289db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0289db Color CSS Codes

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

#0289db Text Font Color

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

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


#0289db Background Color

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

This div background color is #0289db


#0289db Border Color

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

This div border color is #0289db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0289db


Comments

No comments written yet.

Please login to write comment.