Color Hex Logo

#248bcf Color Hex

#248BCF
(36,139,207)
0 Favorites   0 Comments

Color spaces of #248bcf

RGB 36139207
HSL0.570.700.48
HSV204°83°81°
CMYK 0.830.330.00   0.19
XYZ21.222723.345362.4190
Yxy23.34530.19840.2182
Hunter Lab48.3170-6.1505-42.7728
CIE-Lab55.4262-4.5357-42.9944

#248bcf color RGB value is (36,139,207).

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

The process color (four color CMYK) of #248bcf color hex is 0.83, 0.33, 0.00, 0.19. Web safe color of #248bcf is #3399cc. Color #248bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001011 11001111
Octal 44 213 317
Decimal 36 139 207
Hex 24 8B CF

RGB Percentages of Color #248bcf

%9.42
%36.39
%54.19

CMYK Percentages of Color #248bcf

%83
%33
%0
%19

Triadic Colors of #248bcf

#248bcf #cf248b #8bcf24

Analogous Colors of #248bcf

#248bcf #2435cf #24cfbe

Monochromatic Colors of #248bcf

#248bcf

Complementary Color

#248bcf #cf6824

#248bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#248bcf Color CSS Codes

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

#248bcf Text Font Color

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

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


#248bcf Background Color

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

This div background color is #248bcf


#248bcf Border Color

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

This div border color is #248bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248bcf


Comments

No comments written yet.

Please login to write comment.