Color Hex Logo

#247ffb Color Hex

#247FFB
(36,127,251)
0 Favorites   0 Comments

Color spaces of #247ffb

RGB 36127251
HSL0.600.960.56
HSV215°86°98°
CMYK 0.860.490.00   0.02
XYZ25.729522.518894.2573
Yxy22.51880.18060.1580
Hunter Lab47.454013.7381-84.5493
CIE-Lab54.573219.2506-68.9332

#247ffb color RGB value is (36,127,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111111 11111011
Octal 44 177 373
Decimal 36 127 251
Hex 24 7F FB

RGB Percentages of Color #247ffb

%8.70
%30.68
%60.63

CMYK Percentages of Color #247ffb

%86
%49
%0
%2

Triadic Colors of #247ffb

#247ffb #fb247f #7ffb24

Analogous Colors of #247ffb

#247ffb #3424fb #24ebfb

Monochromatic Colors of #247ffb

#247ffb

Complementary Color

#247ffb #fba024

#247ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#247ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#247ffb Color CSS Codes

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

#247ffb Text Font Color

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

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


#247ffb Background Color

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

This div background color is #247ffb


#247ffb Border Color

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

This div border color is #247ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #247ffb


Comments

No comments written yet.

Please login to write comment.