Color Hex Logo

#247b8c Color Hex

#247B8C
(36,123,140)
0 Favorites   0 Comments

Color spaces of #247b8c

RGB 36123140
HSL0.530.590.35
HSV190°74°55°
CMYK 0.740.120.00   0.45
XYZ12.544116.434427.3220
Yxy16.43440.22280.2919
Hunter Lab40.5394-15.7106-11.5817
CIE-Lab47.5393-19.3085-16.5976

#247b8c color RGB value is (36,123,140).

#247b8c hex color red value is 36, green value is 123 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #247b8c hue: 0.53 , saturation: 0.59 and the lightness value of 247b8c is 0.35.

The process color (four color CMYK) of #247b8c color hex is 0.74, 0.12, 0.00, 0.45. Web safe color of #247b8c is #336699. Color #247b8c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111011 10001100
Octal 44 173 214
Decimal 36 123 140
Hex 24 7B 8C

RGB Percentages of Color #247b8c

%12.04
%41.14
%46.82

CMYK Percentages of Color #247b8c

%74
%12
%0
%45

Triadic Colors of #247b8c

#247b8c #8c247b #7b8c24

Analogous Colors of #247b8c

#247b8c #24478c #248c69

Monochromatic Colors of #247b8c

#247b8c

Complementary Color

#247b8c #8c3524

#247b8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#247b8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#247b8c Color CSS Codes

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

#247b8c Text Font Color

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

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


#247b8c Background Color

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

This div background color is #247b8c


#247b8c Border Color

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

This div border color is #247b8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #247b8c


Comments

No comments written yet.

Please login to write comment.