Color Hex Logo

#247aef Color Hex

#247AEF
(36,122,239)
0 Favorites   0 Comments

Color spaces of #247aef

RGB 36122239
HSL0.600.860.54
HSV215°85°94°
CMYK 0.850.490.00   0.06
XYZ23.267120.526184.3970
Yxy20.52610.18150.1601
Hunter Lab45.305712.3850-78.7333
CIE-Lab52.426917.8358-65.7409

#247aef color RGB value is (36,122,239).

#247aef hex color red value is 36, green value is 122 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #247aef hue: 0.60 , saturation: 0.86 and the lightness value of 247aef is 0.54.

The process color (four color CMYK) of #247aef color hex is 0.85, 0.49, 0.00, 0.06. Web safe color of #247aef is #3366ff. Color #247aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111010 11101111
Octal 44 172 357
Decimal 36 122 239
Hex 24 7A EF

RGB Percentages of Color #247aef

%9.07
%30.73
%60.20

CMYK Percentages of Color #247aef

%85
%49
%0
%6

Triadic Colors of #247aef

#247aef #ef247a #7aef24

Analogous Colors of #247aef

#247aef #3424ef #24e0ef

Monochromatic Colors of #247aef

#247aef

Complementary Color

#247aef #ef9924

#247aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#247aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#247aef Color CSS Codes

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

#247aef Text Font Color

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

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


#247aef Background Color

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

This div background color is #247aef


#247aef Border Color

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

This div border color is #247aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #247aef


Comments

No comments written yet.

Please login to write comment.