Color Hex Logo

#237fdd Color Hex

#237FDD
(35,127,221)
0 Favorites   0 Comments

Color spaces of #237fdd

RGB 35127221
HSL0.580.730.50
HSV210°84°87°
CMYK 0.840.430.00   0.13
XYZ21.333720.756571.2886
Yxy20.75650.18820.1831
Hunter Lab45.55933.8560-60.8821
CIE-Lab52.68207.8211-55.2496

#237fdd color RGB value is (35,127,221).

#237fdd hex color red value is 35, green value is 127 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #237fdd hue: 0.58 , saturation: 0.73 and the lightness value of 237fdd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 01111111 11011101
Octal 43 177 335
Decimal 35 127 221
Hex 23 7F DD

RGB Percentages of Color #237fdd

%9.14
%33.16
%57.70

CMYK Percentages of Color #237fdd

%84
%43
%0
%13

Triadic Colors of #237fdd

#237fdd #dd237f #7fdd23

Analogous Colors of #237fdd

#237fdd #2423dd #23dcdd

Monochromatic Colors of #237fdd

#237fdd

Complementary Color

#237fdd #dd8123

#237fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#237fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#237fdd Color CSS Codes

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

#237fdd Text Font Color

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

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


#237fdd Background Color

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

This div background color is #237fdd


#237fdd Border Color

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

This div border color is #237fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #237fdd


Comments

No comments written yet.

Please login to write comment.