Color Hex Logo

#239fcb Color Hex

#239FCB
(35,159,203)
0 Favorites   0 Comments

Color spaces of #239fcb

RGB 35159203
HSL0.540.710.47
HSV196°83°80°
CMYK 0.830.220.00   0.20
XYZ23.870829.465460.9292
Yxy29.46540.20890.2579
Hunter Lab54.2820-16.4973-28.5530
CIE-Lab61.1902-17.2550-31.7241

#239fcb color RGB value is (35,159,203).

#239fcb hex color red value is 35, green value is 159 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #239fcb hue: 0.54 , saturation: 0.71 and the lightness value of 239fcb is 0.47.

The process color (four color CMYK) of #239fcb color hex is 0.83, 0.22, 0.00, 0.20. Web safe color of #239fcb is #3399cc. Color #239fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10011111 11001011
Octal 43 237 313
Decimal 35 159 203
Hex 23 9F CB

RGB Percentages of Color #239fcb

%8.82
%40.05
%51.13

CMYK Percentages of Color #239fcb

%83
%22
%0
%20

Triadic Colors of #239fcb

#239fcb #cb239f #9fcb23

Analogous Colors of #239fcb

#239fcb #234bcb #23cba3

Monochromatic Colors of #239fcb

#239fcb

Complementary Color

#239fcb #cb4f23

#239fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#239fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#239fcb Color CSS Codes

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

#239fcb Text Font Color

<p style="color:#239fcb">Text here</p>

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


#239fcb Background Color

<div style="background-color:#239fcb">
Div content here</div>

This div background color is #239fcb


#239fcb Border Color

<div style="border:3px solid #239fcb">
Div here</div>

This div border color is #239fcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,159,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #239fcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #239fcb;
  -webkit-box-shadow: 1px 1px 3px 2px #239fcb;
  box-shadow:         1px 1px 3px 2px #239fcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,159,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 #239fcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #239fcb


Comments

No comments written yet.

Please login to write comment.