Color Hex Logo

#2479d1 Color Hex

#2479D1
(36,121,209)
0 Favorites   0 Comments

Color spaces of #2479d1

RGB 36121209
HSL0.580.710.48
HSV211°83°82°
CMYK 0.830.420.00   0.18
XYZ19.073518.653362.9168
Yxy18.65330.18950.1853
Hunter Lab43.18953.2483-56.1388
CIE-Lab50.27917.0443-52.3093

#2479d1 color RGB value is (36,121,209).

#2479d1 hex color red value is 36, green value is 121 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #2479d1 hue: 0.58 , saturation: 0.71 and the lightness value of 2479d1 is 0.48.

The process color (four color CMYK) of #2479d1 color hex is 0.83, 0.42, 0.00, 0.18. Web safe color of #2479d1 is #3366cc. Color #2479d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111001 11010001
Octal 44 171 321
Decimal 36 121 209
Hex 24 79 D1

RGB Percentages of Color #2479d1

%9.84
%33.06
%57.10

CMYK Percentages of Color #2479d1

%83
%42
%0
%18

Triadic Colors of #2479d1

#2479d1 #d12479 #79d124

Analogous Colors of #2479d1

#2479d1 #2524d1 #24d0d1

Monochromatic Colors of #2479d1

#2479d1

Complementary Color

#2479d1 #d17c24

#2479d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2479d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2479d1 Color CSS Codes

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

#2479d1 Text Font Color

<p style="color:#2479d1">Text here</p>

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


#2479d1 Background Color

<div style="background-color:#2479d1">
Div content here</div>

This div background color is #2479d1


#2479d1 Border Color

<div style="border:3px solid #2479d1">
Div here</div>

This div border color is #2479d1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,121,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2479d1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2479d1;
  -webkit-box-shadow: 1px 1px 3px 2px #2479d1;
  box-shadow:         1px 1px 3px 2px #2479d1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,121,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 #2479d1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2479d1


Comments

No comments written yet.

Please login to write comment.