Color Hex Logo

#237dd8 Color Hex

#237DD8
(35,125,216)
0 Favorites   0 Comments

Color spaces of #237dd8

RGB 35125216
HSL0.580.720.49
HSV210°84°85°
CMYK 0.840.420.00   0.15
XYZ20.421419.982467.7464
Yxy19.98240.18880.1848
Hunter Lab44.70173.3175-58.5642
CIE-Lab51.81737.1534-53.8150

#237dd8 color RGB value is (35,125,216).

#237dd8 hex color red value is 35, green value is 125 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #237dd8 hue: 0.58 , saturation: 0.72 and the lightness value of 237dd8 is 0.49.

The process color (four color CMYK) of #237dd8 color hex is 0.84, 0.42, 0.00, 0.15. Web safe color of #237dd8 is #3366cc. Color #237dd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01111101 11011000
Octal 43 175 330
Decimal 35 125 216
Hex 23 7D D8

RGB Percentages of Color #237dd8

%9.31
%33.24
%57.45

CMYK Percentages of Color #237dd8

%84
%42
%0
%15

Triadic Colors of #237dd8

#237dd8 #d8237d #7dd823

Analogous Colors of #237dd8

#237dd8 #2423d8 #23d8d8

Monochromatic Colors of #237dd8

#237dd8

Complementary Color

#237dd8 #d87e23

#237dd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#237dd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#237dd8 Color CSS Codes

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

#237dd8 Text Font Color

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

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


#237dd8 Background Color

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

This div background color is #237dd8


#237dd8 Border Color

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

This div border color is #237dd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #237dd8


Comments

No comments written yet.

Please login to write comment.