Color Hex Logo

#237bdb Color Hex

#237BDB
(35,123,219)
0 Favorites   0 Comments

Color spaces of #237bdb

RGB 35123219
HSL0.590.720.50
HSV211°84°86°
CMYK 0.840.440.00   0.14
XYZ20.562319.637769.7245
Yxy19.63770.18710.1786
Hunter Lab44.31445.2753-62.2670
CIE-Lab51.42519.5311-56.1371

#237bdb color RGB value is (35,123,219).

#237bdb hex color red value is 35, green value is 123 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #237bdb hue: 0.59 , saturation: 0.72 and the lightness value of 237bdb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 01111011 11011011
Octal 43 173 333
Decimal 35 123 219
Hex 23 7B DB

RGB Percentages of Color #237bdb

%9.28
%32.63
%58.09

CMYK Percentages of Color #237bdb

%84
%44
%0
%14

Triadic Colors of #237bdb

#237bdb #db237b #7bdb23

Analogous Colors of #237bdb

#237bdb #2723db #23d7db

Monochromatic Colors of #237bdb

#237bdb

Complementary Color

#237bdb #db8323

#237bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#237bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#237bdb Color CSS Codes

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

#237bdb Text Font Color

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

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


#237bdb Background Color

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

This div background color is #237bdb


#237bdb Border Color

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

This div border color is #237bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #237bdb


Comments

No comments written yet.

Please login to write comment.