Color Hex Logo

#224bea Color Hex

#224BEA
(34,75,234)
0 Favorites   0 Comments

Color spaces of #224bea

RGB 3475234
HSL0.630.830.53
HSV228°85°92°
CMYK 0.850.680.00   0.08
XYZ18.027011.312779.0754
Yxy11.31270.16630.1043
Hunter Lab33.634436.8105-115.8485
CIE-Lab40.102245.4554-83.0447

#224bea color RGB value is (34,75,234).

#224bea hex color red value is 34, green value is 75 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #224bea hue: 0.63 , saturation: 0.83 and the lightness value of 224bea is 0.53.

The process color (four color CMYK) of #224bea color hex is 0.85, 0.68, 0.00, 0.08. Web safe color of #224bea is #3333ff. Color #224bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001011 11101010
Octal 42 113 352
Decimal 34 75 234
Hex 22 4B EA

RGB Percentages of Color #224bea

%9.91
%21.87
%68.22

CMYK Percentages of Color #224bea

%85
%68
%0
%8

Triadic Colors of #224bea

#224bea #ea224b #4bea22

Analogous Colors of #224bea

#224bea #5d22ea #22afea

Monochromatic Colors of #224bea

#224bea

Complementary Color

#224bea #eac122

#224bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#224bea Color CSS Codes

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

#224bea Text Font Color

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

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


#224bea Background Color

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

This div background color is #224bea


#224bea Border Color

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

This div border color is #224bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224bea


Comments

No comments written yet.

Please login to write comment.