Color Hex Logo

#253bdd Color Hex

#253BDD
(37,59,221)
0 Favorites   0 Comments

Color spaces of #253bdd

RGB 3759221
HSL0.650.730.51
HSV233°83°87°
CMYK 0.830.730.00   0.13
XYZ15.37818.741769.2834
Yxy8.74170.16460.0936
Hunter Lab29.566441.1005-118.2389
CIE-Lab35.482150.5471-83.2606

#253bdd color RGB value is (37,59,221).

#253bdd hex color red value is 37, green value is 59 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #253bdd hue: 0.65 , saturation: 0.73 and the lightness value of 253bdd is 0.51.

The process color (four color CMYK) of #253bdd color hex is 0.83, 0.73, 0.00, 0.13. Web safe color of #253bdd is #3333cc. Color #253bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111011 11011101
Octal 45 73 335
Decimal 37 59 221
Hex 25 3B DD

RGB Percentages of Color #253bdd

%11.67
%18.61
%69.72

CMYK Percentages of Color #253bdd

%83
%73
%0
%13

Triadic Colors of #253bdd

#253bdd #dd253b #3bdd25

Analogous Colors of #253bdd

#253bdd #6b25dd #2597dd

Monochromatic Colors of #253bdd

#253bdd

Complementary Color

#253bdd #ddc725

#253bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#253bdd Color CSS Codes

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

#253bdd Text Font Color

<p style="color:#253bdd">Text here</p>

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


#253bdd Background Color

<div style="background-color:#253bdd">
Div content here</div>

This div background color is #253bdd


#253bdd Border Color

<div style="border:3px solid #253bdd">
Div here</div>

This div border color is #253bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,59,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #253bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #253bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #253bdd;
  box-shadow:         1px 1px 3px 2px #253bdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,59,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #253bdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253bdd


Comments

No comments written yet.

Please login to write comment.