Color Hex Logo

#249eff Color Hex

#249EFF
(36,158,255)
0 Favorites   0 Comments

Color spaces of #249eff

RGB 36158255
HSL0.571.000.57
HSV207°86°100°
CMYK 0.860.380.00   0.00
XYZ31.004432.048899.1597
Yxy32.04880.19110.1976
Hunter Lab56.6117-1.3116-64.2229
CIE-Lab63.38322.0211-56.9925

#249eff color RGB value is (36,158,255).

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

The process color (four color CMYK) of #249eff color hex is 0.86, 0.38, 0.00, 0.00. Web safe color of #249eff is #3399ff. Color #249eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011110 11111111
Octal 44 236 377
Decimal 36 158 255
Hex 24 9E FF

RGB Percentages of Color #249eff

%8.02
%35.19
%56.79

CMYK Percentages of Color #249eff

%86
%38
%0
%0

Triadic Colors of #249eff

#249eff #ff249e #9eff24

Analogous Colors of #249eff

#249eff #2431ff #24fff3

Monochromatic Colors of #249eff

#249eff

Complementary Color

#249eff #ff8524

#249eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#249eff Color CSS Codes

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

#249eff Text Font Color

<p style="color:#249eff">Text here</p>

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


#249eff Background Color

<div style="background-color:#249eff">
Div content here</div>

This div background color is #249eff


#249eff Border Color

<div style="border:3px solid #249eff">
Div here</div>

This div border color is #249eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249eff


Comments

No comments written yet.

Please login to write comment.