Color Hex Logo

#1865dd Color Hex

#1865DD
(24,101,221)
0 Favorites   0 Comments

Color spaces of #1865dd

RGB 24101221
HSL0.600.800.48
HSV217°89°87°
CMYK 0.890.540.00   0.13
XYZ18.081514.722070.2952
Yxy14.72200.17540.1428
Hunter Lab38.369316.9719-81.7650
CIE-Lab45.251123.5514-67.2510

#1865dd color RGB value is (24,101,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01100101 11011101
Octal 30 145 335
Decimal 24 101 221
Hex 18 65 DD

RGB Percentages of Color #1865dd

%6.94
%29.19
%63.87

CMYK Percentages of Color #1865dd

%89
%54
%0
%13

Triadic Colors of #1865dd

#1865dd #dd1865 #65dd18

Analogous Colors of #1865dd

#1865dd #2d18dd #18c8dd

Monochromatic Colors of #1865dd

#1865dd

Complementary Color

#1865dd #dd9018

#1865dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1865dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1865dd Color CSS Codes

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

#1865dd Text Font Color

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

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


#1865dd Background Color

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

This div background color is #1865dd


#1865dd Border Color

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

This div border color is #1865dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1865dd


Comments

No comments written yet.

Please login to write comment.