Color Hex Logo

#1243dd Color Hex

#1243DD
(18,67,221)
0 Favorites   0 Comments

Color spaces of #1243dd

RGB 1867221
HSL0.630.850.47
HSV226°92°87°
CMYK 0.920.700.00   0.13
XYZ15.30789.363469.4071
Yxy9.36340.16270.0995
Hunter Lab30.599735.7470-113.0636
CIE-Lab36.674844.9907-81.3067

#1243dd color RGB value is (18,67,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000011 11011101
Octal 22 103 335
Decimal 18 67 221
Hex 12 43 DD

RGB Percentages of Color #1243dd

%5.88
%21.90
%72.22

CMYK Percentages of Color #1243dd

%92
%70
%0
%13

Triadic Colors of #1243dd

#1243dd #dd1243 #43dd12

Analogous Colors of #1243dd

#1243dd #4712dd #12a9dd

Monochromatic Colors of #1243dd

#1243dd

Complementary Color

#1243dd #ddac12

#1243dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1243dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1243dd Color CSS Codes

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

#1243dd Text Font Color

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

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


#1243dd Background Color

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

This div background color is #1243dd


#1243dd Border Color

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

This div border color is #1243dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1243dd


Comments

No comments written yet.

Please login to write comment.