Color Hex Logo

#255bdd Color Hex

#255BDD
(37,91,221)
0 Favorites   0 Comments

Color spaces of #255bdd

RGB 3791221
HSL0.620.730.51
HSV222°83°87°
CMYK 0.830.590.00   0.13
XYZ17.555213.095970.0091
Yxy13.09590.17440.1301
Hunter Lab36.188323.2623-89.3695
CIE-Lab42.907430.8358-71.0570

#255bdd color RGB value is (37,91,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011011 11011101
Octal 45 133 335
Decimal 37 91 221
Hex 25 5B DD

RGB Percentages of Color #255bdd

%10.60
%26.07
%63.32

CMYK Percentages of Color #255bdd

%83
%59
%0
%13

Triadic Colors of #255bdd

#255bdd #dd255b #5bdd25

Analogous Colors of #255bdd

#255bdd #4b25dd #25b7dd

Monochromatic Colors of #255bdd

#255bdd

Complementary Color

#255bdd #dda725

#255bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#255bdd Color CSS Codes

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

#255bdd Text Font Color

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

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


#255bdd Background Color

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

This div background color is #255bdd


#255bdd Border Color

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

This div border color is #255bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255bdd


Comments

No comments written yet.

Please login to write comment.