Color Hex Logo

#2501db Color Hex

#2501DB
(37,1,219)
0 Favorites   0 Comments

Color spaces of #2501db

RGB 371219
HSL0.690.990.43
HSV250°100°86°
CMYK 0.831.000.00   0.14
XYZ13.56005.529567.3704
Yxy5.52950.15680.0640
Hunter Lab23.514961.7820-153.4060
CIE-Lab28.193070.7755-94.2301

#2501db color RGB value is (37,1,219).

#2501db hex color red value is 37, green value is 1 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2501db hue: 0.69 , saturation: 0.99 and the lightness value of 2501db is 0.43.

The process color (four color CMYK) of #2501db color hex is 0.83, 1.00, 0.00, 0.14. Web safe color of #2501db is #3300cc. Color #2501db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000001 11011011
Octal 45 1 333
Decimal 37 1 219
Hex 25 1 DB

RGB Percentages of Color #2501db

%14.40
%0.39
%85.21

CMYK Percentages of Color #2501db

%83
%100
%0
%14

Triadic Colors of #2501db

#2501db #db2501 #01db25

Analogous Colors of #2501db

#2501db #9201db #014adb

Monochromatic Colors of #2501db

#2501db

Complementary Color

#2501db #b7db01

#2501db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2501db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2501db Color CSS Codes

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

#2501db Text Font Color

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

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


#2501db Background Color

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

This div background color is #2501db


#2501db Border Color

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

This div border color is #2501db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2501db


Comments

No comments written yet.

Please login to write comment.