Color Hex Logo

#247dba Color Hex

#247DBA
(36,125,186)
0 Favorites   0 Comments

Color spaces of #247dba

RGB 36125186
HSL0.570.680.44
HSV204°81°73°
CMYK 0.810.330.00   0.27
XYZ16.924118.587549.1501
Yxy18.58750.19990.2196
Hunter Lab43.1132-5.3779-37.4128
CIE-Lab50.2011-4.0563-39.2812

#247dba color RGB value is (36,125,186).

#247dba hex color red value is 36, green value is 125 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #247dba hue: 0.57 , saturation: 0.68 and the lightness value of 247dba is 0.44.

The process color (four color CMYK) of #247dba color hex is 0.81, 0.33, 0.00, 0.27. Web safe color of #247dba is #3366cc. Color #247dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111101 10111010
Octal 44 175 272
Decimal 36 125 186
Hex 24 7D BA

RGB Percentages of Color #247dba

%10.37
%36.02
%53.60

CMYK Percentages of Color #247dba

%81
%33
%0
%27

Triadic Colors of #247dba

#247dba #ba247d #7dba24

Analogous Colors of #247dba

#247dba #2432ba #24baac

Monochromatic Colors of #247dba

#247dba

Complementary Color

#247dba #ba6124

#247dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#247dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#247dba Color CSS Codes

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

#247dba Text Font Color

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

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


#247dba Background Color

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

This div background color is #247dba


#247dba Border Color

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

This div border color is #247dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #247dba


Comments

No comments written yet.

Please login to write comment.