Color Hex Logo

#247dcc Color Hex

#247DCC
(36,125,204)
0 Favorites   0 Comments

Color spaces of #247dcc

RGB 36125204
HSL0.580.700.47
HSV208°82°80°
CMYK 0.820.390.00   0.20
XYZ18.960319.401959.8724
Yxy19.40190.19300.1975
Hunter Lab44.0476-0.2479-49.7576
CIE-Lab51.15412.6923-48.0692

#247dcc color RGB value is (36,125,204).

#247dcc hex color red value is 36, green value is 125 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #247dcc hue: 0.58 , saturation: 0.70 and the lightness value of 247dcc is 0.47.

The process color (four color CMYK) of #247dcc color hex is 0.82, 0.39, 0.00, 0.20. Web safe color of #247dcc is #3366cc. Color #247dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111101 11001100
Octal 44 175 314
Decimal 36 125 204
Hex 24 7D CC

RGB Percentages of Color #247dcc

%9.86
%34.25
%55.89

CMYK Percentages of Color #247dcc

%82
%39
%0
%20

Triadic Colors of #247dcc

#247dcc #cc247d #7dcc24

Analogous Colors of #247dcc

#247dcc #2429cc #24ccc7

Monochromatic Colors of #247dcc

#247dcc

Complementary Color

#247dcc #cc7324

#247dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#247dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#247dcc Color CSS Codes

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

#247dcc Text Font Color

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

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


#247dcc Background Color

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

This div background color is #247dcc


#247dcc Border Color

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

This div border color is #247dcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,125,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #247dcc


Comments

No comments written yet.

Please login to write comment.