Color Hex Logo

#247ffd Color Hex

#247FFD
(36,127,253)
0 Favorites   0 Comments

Color spaces of #247ffd

RGB 36127253
HSL0.600.980.57
HSV215°86°99°
CMYK 0.860.500.00   0.01
XYZ26.046522.645795.9268
Yxy22.64570.18010.1566
Hunter Lab47.587514.4219-86.2054
CIE-Lab54.705520.0032-69.8239

#247ffd color RGB value is (36,127,253).

#247ffd hex color red value is 36, green value is 127 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #247ffd hue: 0.60 , saturation: 0.98 and the lightness value of 247ffd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111111 11111101
Octal 44 177 375
Decimal 36 127 253
Hex 24 7F FD

RGB Percentages of Color #247ffd

%8.65
%30.53
%60.82

CMYK Percentages of Color #247ffd

%86
%50
%0
%1

Triadic Colors of #247ffd

#247ffd #fd247f #7ffd24

Analogous Colors of #247ffd

#247ffd #3624fd #24ecfd

Monochromatic Colors of #247ffd

#247ffd

Complementary Color

#247ffd #fda224

#247ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#247ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#247ffd Color CSS Codes

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

#247ffd Text Font Color

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

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


#247ffd Background Color

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

This div background color is #247ffd


#247ffd Border Color

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

This div border color is #247ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #247ffd


Comments

No comments written yet.

Please login to write comment.