Color Hex Logo

#224bd1 Color Hex

#224BD1
(34,75,209)
0 Favorites   0 Comments

Color spaces of #224bd1

RGB 3475209
HSL0.630.720.48
HSV226°84°82°
CMYK 0.840.640.00   0.18
XYZ14.68449.975761.4731
Yxy9.97570.17050.1158
Hunter Lab31.584327.7168-93.2881
CIE-Lab37.798836.4016-72.5430

#224bd1 color RGB value is (34,75,209).

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

The process color (four color CMYK) of #224bd1 color hex is 0.84, 0.64, 0.00, 0.18. Web safe color of #224bd1 is #3333cc. Color #224bd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001011 11010001
Octal 42 113 321
Decimal 34 75 209
Hex 22 4B D1

RGB Percentages of Color #224bd1

%10.69
%23.58
%65.72

CMYK Percentages of Color #224bd1

%84
%64
%0
%18

Triadic Colors of #224bd1

#224bd1 #d1224b #4bd122

Analogous Colors of #224bd1

#224bd1 #5022d1 #22a3d1

Monochromatic Colors of #224bd1

#224bd1

Complementary Color

#224bd1 #d1a822

#224bd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224bd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224bd1 Color CSS Codes

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

#224bd1 Text Font Color

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

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


#224bd1 Background Color

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

This div background color is #224bd1


#224bd1 Border Color

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

This div border color is #224bd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224bd1


Comments

No comments written yet.

Please login to write comment.