Color Hex Logo

#247efa Color Hex

#247EFA
(36,126,250)
0 Favorites   0 Comments

Color spaces of #247efa

RGB 36126250
HSL0.600.960.56
HSV215°86°98°
CMYK 0.860.500.00   0.02
XYZ25.443722.198993.3863
Yxy22.19890.18040.1574
Hunter Lab47.115713.9421-84.5355
CIE-Lab54.237419.4959-68.9232

#247efa color RGB value is (36,126,250).

#247efa hex color red value is 36, green value is 126 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #247efa hue: 0.60 , saturation: 0.96 and the lightness value of 247efa is 0.56.

The process color (four color CMYK) of #247efa color hex is 0.86, 0.50, 0.00, 0.02. Web safe color of #247efa is #3366ff. Color #247efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111110 11111010
Octal 44 176 372
Decimal 36 126 250
Hex 24 7E FA

RGB Percentages of Color #247efa

%8.74
%30.58
%60.68

CMYK Percentages of Color #247efa

%86
%50
%0
%2

Triadic Colors of #247efa

#247efa #fa247e #7efa24

Analogous Colors of #247efa

#247efa #3524fa #24e9fa

Monochromatic Colors of #247efa

#247efa

Complementary Color

#247efa #faa024

#247efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#247efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#247efa Color CSS Codes

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

#247efa Text Font Color

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

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


#247efa Background Color

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

This div background color is #247efa


#247efa Border Color

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

This div border color is #247efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #247efa

Related Colors


Comments

No comments written yet.

Please login to write comment.