Color Hex Logo

#1864bd Color Hex

#1864BD
(24,100,189)
0 Favorites   0 Comments

Color spaces of #1864bd

RGB 24100189
HSL0.590.770.42
HSV212°87°74°
CMYK 0.870.470.00   0.26
XYZ14.119212.982749.9059
Yxy12.98270.18330.1686
Hunter Lab36.03156.8913-56.8983
CIE-Lab42.737211.6282-52.9324

#1864bd color RGB value is (24,100,189).

#1864bd hex color red value is 24, green value is 100 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1864bd hue: 0.59 , saturation: 0.77 and the lightness value of 1864bd is 0.42.

The process color (four color CMYK) of #1864bd color hex is 0.87, 0.47, 0.00, 0.26. Web safe color of #1864bd is #0066cc. Color #1864bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01100100 10111101
Octal 30 144 275
Decimal 24 100 189
Hex 18 64 BD

RGB Percentages of Color #1864bd

%7.67
%31.95
%60.38

CMYK Percentages of Color #1864bd

%87
%47
%0
%26

Triadic Colors of #1864bd

#1864bd #bd1864 #64bd18

Analogous Colors of #1864bd

#1864bd #1f18bd #18b7bd

Monochromatic Colors of #1864bd

#1864bd

Complementary Color

#1864bd #bd7118

#1864bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1864bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1864bd Color CSS Codes

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

#1864bd Text Font Color

<p style="color:#1864bd">Text here</p>

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


#1864bd Background Color

<div style="background-color:#1864bd">
Div content here</div>

This div background color is #1864bd


#1864bd Border Color

<div style="border:3px solid #1864bd">
Div here</div>

This div border color is #1864bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,100,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1864bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1864bd;
  -webkit-box-shadow: 1px 1px 3px 2px #1864bd;
  box-shadow:         1px 1px 3px 2px #1864bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1864bd


Comments

No comments written yet.

Please login to write comment.