Color Hex Logo

#1865dc Color Hex

#1865DC
(24,101,220)
0 Favorites   0 Comments

Color spaces of #1865dc

RGB 24101220
HSL0.600.800.48
HSV216°89°86°
CMYK 0.890.540.00   0.14
XYZ17.948614.668969.5955
Yxy14.66890.17560.1435
Hunter Lab38.300016.6258-80.9267
CIE-Lab45.177323.1629-66.8027

#1865dc color RGB value is (24,101,220).

#1865dc hex color red value is 24, green value is 101 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1865dc hue: 0.60 , saturation: 0.80 and the lightness value of 1865dc is 0.48.

The process color (four color CMYK) of #1865dc color hex is 0.89, 0.54, 0.00, 0.14. Web safe color of #1865dc is #0066cc. Color #1865dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01100101 11011100
Octal 30 145 334
Decimal 24 101 220
Hex 18 65 DC

RGB Percentages of Color #1865dc

%6.96
%29.28
%63.77

CMYK Percentages of Color #1865dc

%89
%54
%0
%14

Triadic Colors of #1865dc

#1865dc #dc1865 #65dc18

Analogous Colors of #1865dc

#1865dc #2d18dc #18c7dc

Monochromatic Colors of #1865dc

#1865dc

Complementary Color

#1865dc #dc8f18

#1865dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1865dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1865dc Color CSS Codes

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

#1865dc Text Font Color

<p style="color:#1865dc">Text here</p>

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


#1865dc Background Color

<div style="background-color:#1865dc">
Div content here</div>

This div background color is #1865dc


#1865dc Border Color

<div style="border:3px solid #1865dc">
Div here</div>

This div border color is #1865dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,101,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1865dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1865dc;
  -webkit-box-shadow: 1px 1px 3px 2px #1865dc;
  box-shadow:         1px 1px 3px 2px #1865dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1865dc


Comments

No comments written yet.

Please login to write comment.