Color Hex Logo

#297bdb Color Hex

#297BDB
(41,123,219)
0 Favorites   0 Comments

Color spaces of #297bdb

RGB 41123219
HSL0.590.710.51
HSV212°81°86°
CMYK 0.810.440.00   0.14
XYZ20.783619.751869.7349
Yxy19.75180.18850.1791
Hunter Lab44.44305.6996-61.9210
CIE-Lab51.555410.0423-55.9209

#297bdb color RGB value is (41,123,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111011 11011011
Octal 51 173 333
Decimal 41 123 219
Hex 29 7B DB

RGB Percentages of Color #297bdb

%10.70
%32.11
%57.18

CMYK Percentages of Color #297bdb

%81
%44
%0
%14

Triadic Colors of #297bdb

#297bdb #db297b #7bdb29

Analogous Colors of #297bdb

#297bdb #3029db #29d4db

Monochromatic Colors of #297bdb

#297bdb

Complementary Color

#297bdb #db8929

#297bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#297bdb Color CSS Codes

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

#297bdb Text Font Color

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

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


#297bdb Background Color

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

This div background color is #297bdb


#297bdb Border Color

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

This div border color is #297bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,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 #297bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297bdb


Comments

No comments written yet.

Please login to write comment.