Color Hex Logo

#1242dc Color Hex

#1242DC
(18,66,220)
0 Favorites   0 Comments

Color spaces of #1242dc

RGB 1866220
HSL0.630.850.47
HSV226°92°86°
CMYK 0.920.700.00   0.14
XYZ15.11599.192368.6877
Yxy9.19230.16250.0988
Hunter Lab30.318835.9360-113.0992
CIE-Lab36.351945.2407-81.2665

#1242dc color RGB value is (18,66,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000010 11011100
Octal 22 102 334
Decimal 18 66 220
Hex 12 42 DC

RGB Percentages of Color #1242dc

%5.92
%21.71
%72.37

CMYK Percentages of Color #1242dc

%92
%70
%0
%14

Triadic Colors of #1242dc

#1242dc #dc1242 #42dc12

Analogous Colors of #1242dc

#1242dc #4712dc #12a7dc

Monochromatic Colors of #1242dc

#1242dc

Complementary Color

#1242dc #dcac12

#1242dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1242dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1242dc Color CSS Codes

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

#1242dc Text Font Color

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

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


#1242dc Background Color

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

This div background color is #1242dc


#1242dc Border Color

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

This div border color is #1242dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1242dc


Comments

No comments written yet.

Please login to write comment.