Color Hex Logo

#185dfb Color Hex

#185DFB
(24,93,251)
0 Favorites   0 Comments

Color spaces of #185dfb

RGB 2493251
HSL0.620.970.54
HSV222°90°98°
CMYK 0.900.630.00   0.02
XYZ21.703614.987993.0158
Yxy14.98790.16730.1156
Hunter Lab38.714232.3191-115.3518
CIE-Lab45.617640.0170-83.5333

#185dfb color RGB value is (24,93,251).

#185dfb hex color red value is 24, green value is 93 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #185dfb hue: 0.62 , saturation: 0.97 and the lightness value of 185dfb is 0.54.

The process color (four color CMYK) of #185dfb color hex is 0.90, 0.63, 0.00, 0.02. Web safe color of #185dfb is #0066ff. Color #185dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011101 11111011
Octal 30 135 373
Decimal 24 93 251
Hex 18 5D FB

RGB Percentages of Color #185dfb

%6.52
%25.27
%68.21

CMYK Percentages of Color #185dfb

%90
%63
%0
%2

Triadic Colors of #185dfb

#185dfb #fb185d #5dfb18

Analogous Colors of #185dfb

#185dfb #4518fb #18cffb

Monochromatic Colors of #185dfb

#185dfb

Complementary Color

#185dfb #fbb618

#185dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#185dfb Color CSS Codes

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

#185dfb Text Font Color

<p style="color:#185dfb">Text here</p>

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


#185dfb Background Color

<div style="background-color:#185dfb">
Div content here</div>

This div background color is #185dfb


#185dfb Border Color

<div style="border:3px solid #185dfb">
Div here</div>

This div border color is #185dfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,93,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #185dfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #185dfb;
  -webkit-box-shadow: 1px 1px 3px 2px #185dfb;
  box-shadow:         1px 1px 3px 2px #185dfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,93,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185dfb


Comments

No comments written yet.

Please login to write comment.