Color Hex Logo

#244edd Color Hex

#244EDD
(36,78,221)
0 Favorites   0 Comments

Color spaces of #244edd

RGB 3678221
HSL0.630.730.50
HSV226°84°87°
CMYK 0.840.650.00   0.13
XYZ16.503111.044369.6686
Yxy11.04430.16980.1136
Hunter Lab33.233030.4833-101.0307
CIE-Lab39.655039.0488-76.3843

#244edd color RGB value is (36,78,221).

#244edd hex color red value is 36, green value is 78 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #244edd hue: 0.63 , saturation: 0.73 and the lightness value of 244edd is 0.50.

The process color (four color CMYK) of #244edd color hex is 0.84, 0.65, 0.00, 0.13. Web safe color of #244edd is #3366cc. Color #244edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01001110 11011101
Octal 44 116 335
Decimal 36 78 221
Hex 24 4E DD

RGB Percentages of Color #244edd

%10.75
%23.28
%65.97

CMYK Percentages of Color #244edd

%84
%65
%0
%13

Triadic Colors of #244edd

#244edd #dd244e #4edd24

Analogous Colors of #244edd

#244edd #5724dd #24abdd

Monochromatic Colors of #244edd

#244edd

Complementary Color

#244edd #ddb324

#244edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#244edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#244edd Color CSS Codes

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

#244edd Text Font Color

<p style="color:#244edd">Text here</p>

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


#244edd Background Color

<div style="background-color:#244edd">
Div content here</div>

This div background color is #244edd


#244edd Border Color

<div style="border:3px solid #244edd">
Div here</div>

This div border color is #244edd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,78,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #244edd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #244edd;
  -webkit-box-shadow: 1px 1px 3px 2px #244edd;
  box-shadow:         1px 1px 3px 2px #244edd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #244edd


Comments

No comments written yet.

Please login to write comment.