Color Hex Logo

#2499df Color Hex

#2499DF
(36,153,223)
0 Favorites   0 Comments

Color spaces of #2499df

RGB 36153223
HSL0.560.750.51
HSV202°84°87°
CMYK 0.840.310.00   0.13
XYZ25.438128.485273.9695
Yxy28.48520.19890.2227
Hunter Lab53.3715-8.3230-44.8121
CIE-Lab60.3246-6.7656-44.2229

#2499df color RGB value is (36,153,223).

#2499df hex color red value is 36, green value is 153 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #2499df hue: 0.56 , saturation: 0.75 and the lightness value of 2499df is 0.51.

The process color (four color CMYK) of #2499df color hex is 0.84, 0.31, 0.00, 0.13. Web safe color of #2499df is #3399cc. Color #2499df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011001 11011111
Octal 44 231 337
Decimal 36 153 223
Hex 24 99 DF

RGB Percentages of Color #2499df

%8.74
%37.14
%54.13

CMYK Percentages of Color #2499df

%84
%31
%0
%13

Triadic Colors of #2499df

#2499df #df2499 #99df24

Analogous Colors of #2499df

#2499df #243bdf #24dfc8

Monochromatic Colors of #2499df

#2499df

Complementary Color

#2499df #df6a24

#2499df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2499df Color Preview on White Background

Lorem ipsum dolor sit amet.

#2499df Color CSS Codes

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

#2499df Text Font Color

<p style="color:#2499df">Text here</p>

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


#2499df Background Color

<div style="background-color:#2499df">
Div content here</div>

This div background color is #2499df


#2499df Border Color

<div style="border:3px solid #2499df">
Div here</div>

This div border color is #2499df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,153,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2499df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2499df;
  -webkit-box-shadow: 1px 1px 3px 2px #2499df;
  box-shadow:         1px 1px 3px 2px #2499df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2499df


Comments

No comments written yet.

Please login to write comment.