Color Hex Logo

#237dbc Color Hex

#237DBC
(35,125,188)
0 Favorites   0 Comments

Color spaces of #237dbc

RGB 35125188
HSL0.570.690.44
HSV205°81°74°
CMYK 0.810.340.00   0.26
XYZ17.103918.655450.2763
Yxy18.65540.19880.2168
Hunter Lab43.1919-4.9002-38.7805
CIE-Lab50.2816-3.4107-40.3054

#237dbc color RGB value is (35,125,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 01111101 10111100
Octal 43 175 274
Decimal 35 125 188
Hex 23 7D BC

RGB Percentages of Color #237dbc

%10.06
%35.92
%54.02

CMYK Percentages of Color #237dbc

%81
%34
%0
%26

Triadic Colors of #237dbc

#237dbc #bc237d #7dbc23

Analogous Colors of #237dbc

#237dbc #2331bc #23bcaf

Monochromatic Colors of #237dbc

#237dbc

Complementary Color

#237dbc #bc6223

#237dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#237dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#237dbc Color CSS Codes

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

#237dbc Text Font Color

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

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


#237dbc Background Color

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

This div background color is #237dbc


#237dbc Border Color

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

This div border color is #237dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #237dbc


Comments

No comments written yet.

Please login to write comment.