Color Hex Logo

#247fbc Color Hex

#247FBC
(36,127,188)
0 Favorites   0 Comments

Color spaces of #247fbc

RGB 36127188
HSL0.570.680.44
HSV204°81°74°
CMYK 0.810.320.00   0.26
XYZ17.394019.184750.3632
Yxy19.18470.20010.2207
Hunter Lab43.8003-5.7646-37.5135
CIE-Lab50.9026-4.5005-39.3237

#247fbc color RGB value is (36,127,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111111 10111100
Octal 44 177 274
Decimal 36 127 188
Hex 24 7F BC

RGB Percentages of Color #247fbc

%10.26
%36.18
%53.56

CMYK Percentages of Color #247fbc

%81
%32
%0
%26

Triadic Colors of #247fbc

#247fbc #bc247f #7fbc24

Analogous Colors of #247fbc

#247fbc #2433bc #24bcad

Monochromatic Colors of #247fbc

#247fbc

Complementary Color

#247fbc #bc6124

#247fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#247fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#247fbc Color CSS Codes

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

#247fbc Text Font Color

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

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


#247fbc Background Color

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

This div background color is #247fbc


#247fbc Border Color

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

This div border color is #247fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #247fbc


Comments

No comments written yet.

Please login to write comment.