Color Hex Logo

#1859ee Color Hex

#1859EE
(24,89,238)
0 Favorites   0 Comments

Color spaces of #1859ee

RGB 2489238
HSL0.620.860.51
HSV222°90°93°
CMYK 0.900.630.00   0.07
XYZ19.381713.512082.4755
Yxy13.51200.16800.1171
Hunter Lab36.758729.7898-107.2980
CIE-Lab43.524837.7260-79.6843

#1859ee color RGB value is (24,89,238).

#1859ee hex color red value is 24, green value is 89 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #1859ee hue: 0.62 , saturation: 0.86 and the lightness value of 1859ee is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011001 11101110
Octal 30 131 356
Decimal 24 89 238
Hex 18 59 EE

RGB Percentages of Color #1859ee

%6.84
%25.36
%67.81

CMYK Percentages of Color #1859ee

%90
%63
%0
%7

Triadic Colors of #1859ee

#1859ee #ee1859 #59ee18

Analogous Colors of #1859ee

#1859ee #4218ee #18c4ee

Monochromatic Colors of #1859ee

#1859ee

Complementary Color

#1859ee #eead18

#1859ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1859ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1859ee Color CSS Codes

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

#1859ee Text Font Color

<p style="color:#1859ee">Text here</p>

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


#1859ee Background Color

<div style="background-color:#1859ee">
Div content here</div>

This div background color is #1859ee


#1859ee Border Color

<div style="border:3px solid #1859ee">
Div here</div>

This div border color is #1859ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,89,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1859ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1859ee;
  -webkit-box-shadow: 1px 1px 3px 2px #1859ee;
  box-shadow:         1px 1px 3px 2px #1859ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1859ee


Comments

No comments written yet.

Please login to write comment.