Color Hex Logo

#237dbb Color Hex

#237DBB
(35,125,187)
0 Favorites   0 Comments

Color spaces of #237dbb

RGB 35125187
HSL0.570.680.44
HSV204°81°73°
CMYK 0.810.330.00   0.27
XYZ16.996418.612449.7105
Yxy18.61240.19920.2181
Hunter Lab43.1421-5.1762-38.1175
CIE-Lab50.2306-3.7837-39.8112

#237dbb color RGB value is (35,125,187).

#237dbb hex color red value is 35, green value is 125 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #237dbb hue: 0.57 , saturation: 0.68 and the lightness value of 237dbb is 0.44.

The process color (four color CMYK) of #237dbb color hex is 0.81, 0.33, 0.00, 0.27. Web safe color of #237dbb is #3366cc. Color #237dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01111101 10111011
Octal 43 175 273
Decimal 35 125 187
Hex 23 7D BB

RGB Percentages of Color #237dbb

%10.09
%36.02
%53.89

CMYK Percentages of Color #237dbb

%81
%33
%0
%27

Triadic Colors of #237dbb

#237dbb #bb237d #7dbb23

Analogous Colors of #237dbb

#237dbb #2331bb #23bbad

Monochromatic Colors of #237dbb

#237dbb

Complementary Color

#237dbb #bb6123

#237dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#237dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#237dbb Color CSS Codes

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

#237dbb Text Font Color

<p style="color:#237dbb">Text here</p>

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


#237dbb Background Color

<div style="background-color:#237dbb">
Div content here</div>

This div background color is #237dbb


#237dbb Border Color

<div style="border:3px solid #237dbb">
Div here</div>

This div border color is #237dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,125,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #237dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #237dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #237dbb;
  box-shadow:         1px 1px 3px 2px #237dbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,125,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #237dbb


Comments

No comments written yet.

Please login to write comment.