Color Hex Logo

#240fdb Color Hex

#240FDB
(36,15,219)
0 Favorites   0 Comments

Color spaces of #240fdb

RGB 3615219
HSL0.680.870.46
HSV246°93°86°
CMYK 0.840.930.00   0.14
XYZ13.68465.831267.4221
Yxy5.83120.15740.0671
Hunter Lab24.147958.8971-148.6372
CIE-Lab28.982568.1700-92.9124

#240fdb color RGB value is (36,15,219).

#240fdb hex color red value is 36, green value is 15 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #240fdb hue: 0.68 , saturation: 0.87 and the lightness value of 240fdb is 0.46.

The process color (four color CMYK) of #240fdb color hex is 0.84, 0.93, 0.00, 0.14. Web safe color of #240fdb is #3300cc. Color #240fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00001111 11011011
Octal 44 17 333
Decimal 36 15 219
Hex 24 F DB

RGB Percentages of Color #240fdb

%13.33
%5.56
%81.11

CMYK Percentages of Color #240fdb

%84
%93
%0
%14

Triadic Colors of #240fdb

#240fdb #db240f #0fdb24

Analogous Colors of #240fdb

#240fdb #8a0fdb #0f60db

Monochromatic Colors of #240fdb

#240fdb

Complementary Color

#240fdb #c6db0f

#240fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#240fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#240fdb Color CSS Codes

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

#240fdb Text Font Color

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

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


#240fdb Background Color

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

This div background color is #240fdb


#240fdb Border Color

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

This div border color is #240fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #240fdb


Comments

No comments written yet.

Please login to write comment.