Color Hex Logo

#24a5ff Color Hex

#24A5FF
(36,165,255)
0 Favorites   0 Comments

Color spaces of #24a5ff

RGB 36165255
HSL0.571.000.57
HSV205°86°100°
CMYK 0.860.350.00   0.00
XYZ32.232734.505399.5691
Yxy34.50530.19380.2075
Hunter Lab58.7412-4.8499-59.3805
CIE-Lab65.3617-2.0203-53.8477

#24a5ff color RGB value is (36,165,255).

#24a5ff hex color red value is 36, green value is 165 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #24a5ff hue: 0.57 , saturation: 1.00 and the lightness value of 24a5ff is 0.57.

The process color (four color CMYK) of #24a5ff color hex is 0.86, 0.35, 0.00, 0.00. Web safe color of #24a5ff is #3399ff. Color #24a5ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10100101 11111111
Octal 44 245 377
Decimal 36 165 255
Hex 24 A5 FF

RGB Percentages of Color #24a5ff

%7.89
%36.18
%55.92

CMYK Percentages of Color #24a5ff

%86
%35
%0
%0

Triadic Colors of #24a5ff

#24a5ff #ff24a5 #a5ff24

Analogous Colors of #24a5ff

#24a5ff #2438ff #24ffec

Monochromatic Colors of #24a5ff

#24a5ff

Complementary Color

#24a5ff #ff7e24

#24a5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24a5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#24a5ff Color CSS Codes

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

#24a5ff Text Font Color

<p style="color:#24a5ff">Text here</p>

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


#24a5ff Background Color

<div style="background-color:#24a5ff">
Div content here</div>

This div background color is #24a5ff


#24a5ff Border Color

<div style="border:3px solid #24a5ff">
Div here</div>

This div border color is #24a5ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,165,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24a5ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24a5ff;
  -webkit-box-shadow: 1px 1px 3px 2px #24a5ff;
  box-shadow:         1px 1px 3px 2px #24a5ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,165,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #24a5ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24a5ff

Related Colors

#24a5ff Color Palettes


Comments

No comments written yet.

Please login to write comment.