Color Hex Logo

#251ddb Color Hex

#251DDB
(37,29,219)
0 Favorites   0 Comments

Color spaces of #251ddb

RGB 3729219
HSL0.670.770.49
HSV243°87°86°
CMYK 0.830.870.00   0.14
XYZ13.98856.386567.5133
Yxy6.38650.15920.0727
Hunter Lab25.271554.5796-140.7042
CIE-Lab30.367464.1267-90.6016

#251ddb color RGB value is (37,29,219).

#251ddb hex color red value is 37, green value is 29 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #251ddb hue: 0.67 , saturation: 0.77 and the lightness value of 251ddb is 0.49.

The process color (four color CMYK) of #251ddb color hex is 0.83, 0.87, 0.00, 0.14. Web safe color of #251ddb is #3333cc. Color #251ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00011101 11011011
Octal 45 35 333
Decimal 37 29 219
Hex 25 1D DB

RGB Percentages of Color #251ddb

%12.98
%10.18
%76.84

CMYK Percentages of Color #251ddb

%83
%87
%0
%14

Triadic Colors of #251ddb

#251ddb #db251d #1ddb25

Analogous Colors of #251ddb

#251ddb #841ddb #1d74db

Monochromatic Colors of #251ddb

#251ddb

Complementary Color

#251ddb #d3db1d

#251ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#251ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#251ddb Color CSS Codes

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

#251ddb Text Font Color

<p style="color:#251ddb">Text here</p>

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


#251ddb Background Color

<div style="background-color:#251ddb">
Div content here</div>

This div background color is #251ddb


#251ddb Border Color

<div style="border:3px solid #251ddb">
Div here</div>

This div border color is #251ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #251ddb


Comments

No comments written yet.

Please login to write comment.