Color Hex Logo

#285fdb Color Hex

#285FDB
(40,95,219)
0 Favorites   0 Comments

Color spaces of #285fdb

RGB 4095219
HSL0.620.710.51
HSV222°82°86°
CMYK 0.820.570.00   0.14
XYZ17.753513.750068.7361
Yxy13.75000.17710.1372
Hunter Lab37.081020.5698-83.9477
CIE-Lab43.872227.7451-68.3408

#285fdb color RGB value is (40,95,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 01011111 11011011
Octal 50 137 333
Decimal 40 95 219
Hex 28 5F DB

RGB Percentages of Color #285fdb

%11.30
%26.84
%61.86

CMYK Percentages of Color #285fdb

%82
%57
%0
%14

Triadic Colors of #285fdb

#285fdb #db285f #5fdb28

Analogous Colors of #285fdb

#285fdb #4a28db #28b9db

Monochromatic Colors of #285fdb

#285fdb

Complementary Color

#285fdb #dba428

#285fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#285fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#285fdb Color CSS Codes

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

#285fdb Text Font Color

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

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


#285fdb Background Color

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

This div background color is #285fdb


#285fdb Border Color

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

This div border color is #285fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #285fdb


Comments

No comments written yet.

Please login to write comment.