Color Hex Logo

#224dbe Color Hex

#224DBE
(34,77,190)
0 Favorites   0 Comments

Color spaces of #224dbe

RGB 3477190
HSL0.620.700.44
HSV223°82°75°
CMYK 0.820.590.00   0.25
XYZ12.60789.365549.8584
Yxy9.36550.17550.1304
Hunter Lab30.603119.9826-75.1728
CIE-Lab36.678727.9348-63.3291

#224dbe color RGB value is (34,77,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001101 10111110
Octal 42 115 276
Decimal 34 77 190
Hex 22 4D BE

RGB Percentages of Color #224dbe

%11.30
%25.58
%63.12

CMYK Percentages of Color #224dbe

%82
%59
%0
%25

Triadic Colors of #224dbe

#224dbe #be224d #4dbe22

Analogous Colors of #224dbe

#224dbe #4522be #229bbe

Monochromatic Colors of #224dbe

#224dbe

Complementary Color

#224dbe #be9322

#224dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#224dbe Color CSS Codes

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

#224dbe Text Font Color

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

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


#224dbe Background Color

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

This div background color is #224dbe


#224dbe Border Color

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

This div border color is #224dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,77,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 #224dbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224dbe


Comments

No comments written yet.

Please login to write comment.