Color Hex Logo

#248bcb Color Hex

#248BCB
(36,139,203)
0 Favorites   0 Comments

Color spaces of #248bcb

RGB 36139203
HSL0.560.700.47
HSV203°82°80°
CMYK 0.820.320.00   0.20
XYZ20.739723.152159.8756
Yxy23.15210.19990.2231
Hunter Lab48.1166-7.2653-40.0979
CIE-Lab55.2287-6.0029-41.0470

#248bcb color RGB value is (36,139,203).

#248bcb hex color red value is 36, green value is 139 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #248bcb hue: 0.56 , saturation: 0.70 and the lightness value of 248bcb is 0.47.

The process color (four color CMYK) of #248bcb color hex is 0.82, 0.32, 0.00, 0.20. Web safe color of #248bcb is #3399cc. Color #248bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001011 11001011
Octal 44 213 313
Decimal 36 139 203
Hex 24 8B CB

RGB Percentages of Color #248bcb

%9.52
%36.77
%53.70

CMYK Percentages of Color #248bcb

%82
%32
%0
%20

Triadic Colors of #248bcb

#248bcb #cb248b #8bcb24

Analogous Colors of #248bcb

#248bcb #2438cb #24cbb8

Monochromatic Colors of #248bcb

#248bcb

Complementary Color

#248bcb #cb6424

#248bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#248bcb Color CSS Codes

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

#248bcb Text Font Color

<p style="color:#248bcb">Text here</p>

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


#248bcb Background Color

<div style="background-color:#248bcb">
Div content here</div>

This div background color is #248bcb


#248bcb Border Color

<div style="border:3px solid #248bcb">
Div here</div>

This div border color is #248bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,139,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #248bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #248bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #248bcb;
  box-shadow:         1px 1px 3px 2px #248bcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248bcb


Comments

No comments written yet.

Please login to write comment.