Color Hex Logo

#247cdc Color Hex

#247CDC
(36,124,220)
0 Favorites   0 Comments

Color spaces of #247cdc

RGB 36124220
HSL0.590.720.50
HSV211°84°86°
CMYK 0.840.440.00   0.14
XYZ20.853519.957770.4633
Yxy19.95770.18740.1794
Hunter Lab44.67405.1429-62.2449
CIE-Lab51.78949.3713-56.1158

#247cdc color RGB value is (36,124,220).

#247cdc hex color red value is 36, green value is 124 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #247cdc hue: 0.59 , saturation: 0.72 and the lightness value of 247cdc is 0.50.

The process color (four color CMYK) of #247cdc color hex is 0.84, 0.44, 0.00, 0.14. Web safe color of #247cdc is #3366cc. Color #247cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111100 11011100
Octal 44 174 334
Decimal 36 124 220
Hex 24 7C DC

RGB Percentages of Color #247cdc

%9.47
%32.63
%57.89

CMYK Percentages of Color #247cdc

%84
%44
%0
%14

Triadic Colors of #247cdc

#247cdc #dc247c #7cdc24

Analogous Colors of #247cdc

#247cdc #2824dc #24d8dc

Monochromatic Colors of #247cdc

#247cdc

Complementary Color

#247cdc #dc8424

#247cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#247cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#247cdc Color CSS Codes

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

#247cdc Text Font Color

<p style="color:#247cdc">Text here</p>

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


#247cdc Background Color

<div style="background-color:#247cdc">
Div content here</div>

This div background color is #247cdc


#247cdc Border Color

<div style="border:3px solid #247cdc">
Div here</div>

This div border color is #247cdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,124,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #247cdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #247cdc;
  -webkit-box-shadow: 1px 1px 3px 2px #247cdc;
  box-shadow:         1px 1px 3px 2px #247cdc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #247cdc


Comments

No comments written yet.

Please login to write comment.