Color Hex Logo

#247cca Color Hex

#247CCA
(36,124,202)
0 Favorites   0 Comments

Color spaces of #247cca

RGB 36124202
HSL0.580.700.47
HSV208°82°79°
CMYK 0.820.390.00   0.21
XYZ18.595919.054658.5749
Yxy19.05460.19330.1980
Hunter Lab43.6516-0.3479-49.0036
CIE-Lab50.75102.5461-47.5719

#247cca color RGB value is (36,124,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111100 11001010
Octal 44 174 312
Decimal 36 124 202
Hex 24 7C CA

RGB Percentages of Color #247cca

%9.94
%34.25
%55.80

CMYK Percentages of Color #247cca

%82
%39
%0
%21

Triadic Colors of #247cca

#247cca #ca247c #7cca24

Analogous Colors of #247cca

#247cca #2429ca #24cac5

Monochromatic Colors of #247cca

#247cca

Complementary Color

#247cca #ca7224

#247cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#247cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#247cca Color CSS Codes

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

#247cca Text Font Color

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

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


#247cca Background Color

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

This div background color is #247cca


#247cca Border Color

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

This div border color is #247cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #247cca


Comments

No comments written yet.

Please login to write comment.