color codes Logo

#4497dd color codes

#4497DD
(68,151,221)
0 Favorites   0 Comments

Color spaces of #4497dd

RGB 68151221
HSL0.580.690.57
HSV207°69°87°
CMYK 0.690.320.00   0.13
XYZ26.501628.582672.5268
Yxy28.58260.20770.2240
Hunter Lab53.4627-5.0768-43.0082
CIE-Lab60.4115-2.7109-42.9225

#4497dd color RGB value is (68,151,221).

#4497dd hex color red value is 68, green value is 151 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4497dd hue: 0.58 , saturation: 0.69 and the lightness value of 4497dd is 0.57.

The process color (four color CMYK) of #4497dd color code is 0.69, 0.32, 0.00, 0.13. Web safe color of #4497dd is #3399cc. Color #4497dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10010111 11011101
Octal 104 227 335
Decimal 68 151 221
Hex 44 97 DD

RGB Percentages of Color #4497dd

%15.45
%34.32
%50.23

CMYK Percentages of Color #4497dd

%69
%32
%0
%13

Triadic Colors of #4497dd

#4497dd #dd4497 #97dd44

Analogous Colors of #4497dd

#4497dd #444bdd #44ddd7

Monochromatic Colors of #4497dd

#4497dd

Complementary Color

#4497dd #dd8a44

#4497dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4497dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4497dd Color CSS Codes

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

#4497dd Text Font Color

<p style="color:#4497dd">Text here</p>

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


#4497dd Background Color

<div style="background-color:#4497dd">
Div content here</div>

This div background color is #4497dd


#4497dd Border Color

<div style="border:3px solid #4497dd">
Div here</div>

This div border color is #4497dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,151,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4497dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4497dd;
  -webkit-box-shadow: 1px 1px 3px 2px #4497dd;
  box-shadow:         1px 1px 3px 2px #4497dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,151,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 #4497dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4497dd


Comments

No comments written yet.

Please login to write comment.