Color Hex Logo

#249bfd Color Hex

#249BFD
(36,155,253)
0 Favorites   0 Comments

Color spaces of #249bfd

RGB 36155253
HSL0.580.980.57
HSV207°86°99°
CMYK 0.860.390.00   0.01
XYZ30.178530.909697.3041
Yxy30.90960.19050.1951
Hunter Lab55.5964-0.4014-64.8511
CIE-Lab62.43123.0406-57.4169

#249bfd color RGB value is (36,155,253).

#249bfd hex color red value is 36, green value is 155 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #249bfd hue: 0.58 , saturation: 0.98 and the lightness value of 249bfd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011011 11111101
Octal 44 233 375
Decimal 36 155 253
Hex 24 9B FD

RGB Percentages of Color #249bfd

%8.11
%34.91
%56.98

CMYK Percentages of Color #249bfd

%86
%39
%0
%1

Triadic Colors of #249bfd

#249bfd #fd249b #9bfd24

Analogous Colors of #249bfd

#249bfd #242ffd #24fdf3

Monochromatic Colors of #249bfd

#249bfd

Complementary Color

#249bfd #fd8624

#249bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#249bfd Color CSS Codes

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

#249bfd Text Font Color

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

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


#249bfd Background Color

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

This div background color is #249bfd


#249bfd Border Color

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

This div border color is #249bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249bfd


Comments

No comments written yet.

Please login to write comment.