Color Hex Logo

#2490ce Color Hex

#2490CE
(36,144,206)
0 Favorites   0 Comments

Color spaces of #2490ce

RGB 36144206
HSL0.560.700.47
HSV202°83°81°
CMYK 0.830.300.00   0.19
XYZ21.841424.777862.0240
Yxy24.77780.20100.2281
Hunter Lab49.7773-8.7876-39.0330
CIE-Lab56.8583-7.7887-40.1741

#2490ce color RGB value is (36,144,206).

#2490ce hex color red value is 36, green value is 144 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2490ce hue: 0.56 , saturation: 0.70 and the lightness value of 2490ce is 0.47.

The process color (four color CMYK) of #2490ce color hex is 0.83, 0.30, 0.00, 0.19. Web safe color of #2490ce is #3399cc. Color #2490ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10010000 11001110
Octal 44 220 316
Decimal 36 144 206
Hex 24 90 CE

RGB Percentages of Color #2490ce

%9.33
%37.31
%53.37

CMYK Percentages of Color #2490ce

%83
%30
%0
%19

Triadic Colors of #2490ce

#2490ce #ce2490 #90ce24

Analogous Colors of #2490ce

#2490ce #243bce #24ceb7

Monochromatic Colors of #2490ce

#2490ce

Complementary Color

#2490ce #ce6224

#2490ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2490ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2490ce Color CSS Codes

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

#2490ce Text Font Color

<p style="color:#2490ce">Text here</p>

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


#2490ce Background Color

<div style="background-color:#2490ce">
Div content here</div>

This div background color is #2490ce


#2490ce Border Color

<div style="border:3px solid #2490ce">
Div here</div>

This div border color is #2490ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,144,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2490ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2490ce;
  -webkit-box-shadow: 1px 1px 3px 2px #2490ce;
  box-shadow:         1px 1px 3px 2px #2490ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,144,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2490ce


Comments

No comments written yet.

Please login to write comment.