Color Hex Logo

#297bdf Color Hex

#297BDF
(41,123,223)
0 Favorites   0 Comments

Color spaces of #297bdf

RGB 41123223
HSL0.590.740.52
HSV213°82°87°
CMYK 0.820.450.00   0.13
XYZ21.316719.965072.5422
Yxy19.96500.18730.1754
Hunter Lab44.68226.9638-64.9806
CIE-Lab51.797611.5522-57.7864

#297bdf color RGB value is (41,123,223).

#297bdf hex color red value is 41, green value is 123 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #297bdf hue: 0.59 , saturation: 0.74 and the lightness value of 297bdf is 0.52.

The process color (four color CMYK) of #297bdf color hex is 0.82, 0.45, 0.00, 0.13. Web safe color of #297bdf is #3366cc. Color #297bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111011 11011111
Octal 51 173 337
Decimal 41 123 223
Hex 29 7B DF

RGB Percentages of Color #297bdf

%10.59
%31.78
%57.62

CMYK Percentages of Color #297bdf

%82
%45
%0
%13

Triadic Colors of #297bdf

#297bdf #df297b #7bdf29

Analogous Colors of #297bdf

#297bdf #3229df #29d6df

Monochromatic Colors of #297bdf

#297bdf

Complementary Color

#297bdf #df8d29

#297bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#297bdf Color CSS Codes

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

#297bdf Text Font Color

<p style="color:#297bdf">Text here</p>

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


#297bdf Background Color

<div style="background-color:#297bdf">
Div content here</div>

This div background color is #297bdf


#297bdf Border Color

<div style="border:3px solid #297bdf">
Div here</div>

This div border color is #297bdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,123,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #297bdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #297bdf;
  -webkit-box-shadow: 1px 1px 3px 2px #297bdf;
  box-shadow:         1px 1px 3px 2px #297bdf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297bdf


Comments

No comments written yet.

Please login to write comment.