Color Hex Logo

#242edb Color Hex

#242EDB
(36,46,219)
0 Favorites   0 Comments

Color spaces of #242edb

RGB 3646219
HSL0.660.720.50
HSV237°84°86°
CMYK 0.840.790.00   0.14
XYZ14.49077.443567.6908
Yxy7.44350.16170.0831
Hunter Lab27.282847.0618-128.0054
CIE-Lab32.795956.7807-86.5637

#242edb color RGB value is (36,46,219).

#242edb hex color red value is 36, green value is 46 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #242edb hue: 0.66 , saturation: 0.72 and the lightness value of 242edb is 0.50.

The process color (four color CMYK) of #242edb color hex is 0.84, 0.79, 0.00, 0.14. Web safe color of #242edb is #3333cc. Color #242edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00101110 11011011
Octal 44 56 333
Decimal 36 46 219
Hex 24 2E DB

RGB Percentages of Color #242edb

%11.96
%15.28
%72.76

CMYK Percentages of Color #242edb

%84
%79
%0
%14

Triadic Colors of #242edb

#242edb #db242e #2edb24

Analogous Colors of #242edb

#242edb #7624db #248adb

Monochromatic Colors of #242edb

#242edb

Complementary Color

#242edb #dbd124

#242edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#242edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#242edb Color CSS Codes

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

#242edb Text Font Color

<p style="color:#242edb">Text here</p>

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


#242edb Background Color

<div style="background-color:#242edb">
Div content here</div>

This div background color is #242edb


#242edb Border Color

<div style="border:3px solid #242edb">
Div here</div>

This div border color is #242edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #242edb


Comments

No comments written yet.

Please login to write comment.