Color Hex Logo

#1224dd Color Hex

#1224DD
(18,36,221)
0 Favorites   0 Comments

Color spaces of #1224dd

RGB 1836221
HSL0.650.850.47
HSV235°92°87°
CMYK 0.920.840.00   0.13
XYZ13.93156.610868.9484
Yxy6.61080.15570.0739
Hunter Lab25.711551.7233-140.9952
CIE-Lab30.903961.4548-90.8764

#1224dd color RGB value is (18,36,221).

#1224dd hex color red value is 18, green value is 36 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1224dd hue: 0.65 , saturation: 0.85 and the lightness value of 1224dd is 0.47.

The process color (four color CMYK) of #1224dd color hex is 0.92, 0.84, 0.00, 0.13. Web safe color of #1224dd is #0033cc. Color #1224dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00100100 11011101
Octal 22 44 335
Decimal 18 36 221
Hex 12 24 DD

RGB Percentages of Color #1224dd

%6.55
%13.09
%80.36

CMYK Percentages of Color #1224dd

%92
%84
%0
%13

Triadic Colors of #1224dd

#1224dd #dd1224 #24dd12

Analogous Colors of #1224dd

#1224dd #6612dd #128add

Monochromatic Colors of #1224dd

#1224dd

Complementary Color

#1224dd #ddcb12

#1224dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1224dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1224dd Color CSS Codes

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

#1224dd Text Font Color

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

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


#1224dd Background Color

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

This div background color is #1224dd


#1224dd Border Color

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

This div border color is #1224dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,36,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 #1224dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1224dd


Comments

No comments written yet.

Please login to write comment.