Color Hex Logo

#224fbe Color Hex

#224FBE
(34,79,190)
0 Favorites   0 Comments

Color spaces of #224fbe

RGB 3479190
HSL0.620.700.44
HSV223°82°75°
CMYK 0.820.580.00   0.25
XYZ12.74999.649849.9058
Yxy9.64980.17630.1335
Hunter Lab31.064118.9010-73.5069
CIE-Lab37.206426.6145-62.4681

#224fbe color RGB value is (34,79,190).

#224fbe hex color red value is 34, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #224fbe hue: 0.62 , saturation: 0.70 and the lightness value of 224fbe is 0.44.

The process color (four color CMYK) of #224fbe color hex is 0.82, 0.58, 0.00, 0.25. Web safe color of #224fbe is #3366cc. Color #224fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001111 10111110
Octal 42 117 276
Decimal 34 79 190
Hex 22 4F BE

RGB Percentages of Color #224fbe

%11.22
%26.07
%62.71

CMYK Percentages of Color #224fbe

%82
%58
%0
%25

Triadic Colors of #224fbe

#224fbe #be224f #4fbe22

Analogous Colors of #224fbe

#224fbe #4322be #229dbe

Monochromatic Colors of #224fbe

#224fbe

Complementary Color

#224fbe #be9122

#224fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#224fbe Color CSS Codes

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

#224fbe Text Font Color

<p style="color:#224fbe">Text here</p>

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


#224fbe Background Color

<div style="background-color:#224fbe">
Div content here</div>

This div background color is #224fbe


#224fbe Border Color

<div style="border:3px solid #224fbe">
Div here</div>

This div border color is #224fbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,79,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #224fbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #224fbe;
  -webkit-box-shadow: 1px 1px 3px 2px #224fbe;
  box-shadow:         1px 1px 3px 2px #224fbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,79,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224fbe


Comments

No comments written yet.

Please login to write comment.