Color Hex Logo

#285bdd Color Hex

#285BDD
(40,91,221)
0 Favorites   0 Comments

Color spaces of #285bdd

RGB 4091221
HSL0.620.730.51
HSV223°82°87°
CMYK 0.820.590.00   0.13
XYZ17.667313.153770.0144
Yxy13.15370.17520.1304
Hunter Lab36.268023.4839-89.0700
CIE-Lab42.993931.0676-70.9122

#285bdd color RGB value is (40,91,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 01011011 11011101
Octal 50 133 335
Decimal 40 91 221
Hex 28 5B DD

RGB Percentages of Color #285bdd

%11.36
%25.85
%62.78

CMYK Percentages of Color #285bdd

%82
%59
%0
%13

Triadic Colors of #285bdd

#285bdd #dd285b #5bdd28

Analogous Colors of #285bdd

#285bdd #4f28dd #28b6dd

Monochromatic Colors of #285bdd

#285bdd

Complementary Color

#285bdd #ddaa28

#285bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#285bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#285bdd Color CSS Codes

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

#285bdd Text Font Color

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

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


#285bdd Background Color

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

This div background color is #285bdd


#285bdd Border Color

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

This div border color is #285bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #285bdd


Comments

No comments written yet.

Please login to write comment.