Color Hex Logo

#1873dc Color Hex

#1873DC
(24,115,220)
0 Favorites   0 Comments

Color spaces of #1873dc

RGB 24115220
HSL0.590.800.48
HSV212°89°86°
CMYK 0.890.480.00   0.14
XYZ19.425717.623070.0879
Yxy17.62300.18130.1645
Hunter Lab41.97989.1345-69.6026
CIE-Lab49.035614.1949-60.5558

#1873dc color RGB value is (24,115,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01110011 11011100
Octal 30 163 334
Decimal 24 115 220
Hex 18 73 DC

RGB Percentages of Color #1873dc

%6.69
%32.03
%61.28

CMYK Percentages of Color #1873dc

%89
%48
%0
%14

Triadic Colors of #1873dc

#1873dc #dc1873 #73dc18

Analogous Colors of #1873dc

#1873dc #1f18dc #18d5dc

Monochromatic Colors of #1873dc

#1873dc

Complementary Color

#1873dc #dc8118

#1873dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1873dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1873dc Color CSS Codes

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

#1873dc Text Font Color

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

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


#1873dc Background Color

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

This div background color is #1873dc


#1873dc Border Color

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

This div border color is #1873dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,115,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 #1873dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1873dc


Comments

No comments written yet.

Please login to write comment.