Color Hex Logo

#0251db Color Hex

#0251DB
(2,81,219)
0 Favorites   0 Comments

Color spaces of #0251db

RGB 281219
HSL0.610.980.43
HSV218°99°86°
CMYK 0.990.630.00   0.14
XYZ15.753611.012268.3131
Yxy11.01220.16570.1158
Hunter Lab33.184626.6654-98.8237
CIE-Lab39.601034.9931-75.3523

#0251db color RGB value is (2,81,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010001 11011011
Octal 2 121 333
Decimal 2 81 219
Hex 2 51 DB

RGB Percentages of Color #0251db

%0.66
%26.82
%72.52

CMYK Percentages of Color #0251db

%99
%63
%0
%14

Triadic Colors of #0251db

#0251db #db0251 #51db02

Analogous Colors of #0251db

#0251db #1f02db #02bedb

Monochromatic Colors of #0251db

#0251db

Complementary Color

#0251db #db8c02

#0251db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0251db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0251db Color CSS Codes

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

#0251db Text Font Color

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

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


#0251db Background Color

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

This div background color is #0251db


#0251db Border Color

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

This div border color is #0251db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0251db


Comments

No comments written yet.

Please login to write comment.