Color Hex Logo

#2490bc Color Hex

#2490BC
(36,144,188)
0 Favorites   0 Comments

Color spaces of #2490bc

RGB 36144188
HSL0.550.680.44
HSV197°81°74°
CMYK 0.810.230.00   0.26
XYZ19.777923.952451.1578
Yxy23.95240.20840.2524
Hunter Lab48.9412-13.5124-27.7165
CIE-Lab56.0401-14.2275-31.2751

#2490bc color RGB value is (36,144,188).

#2490bc hex color red value is 36, green value is 144 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #2490bc hue: 0.55 , saturation: 0.68 and the lightness value of 2490bc is 0.44.

The process color (four color CMYK) of #2490bc color hex is 0.81, 0.23, 0.00, 0.26. Web safe color of #2490bc is #3399cc. Color #2490bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10010000 10111100
Octal 44 220 274
Decimal 36 144 188
Hex 24 90 BC

RGB Percentages of Color #2490bc

%9.78
%39.13
%51.09

CMYK Percentages of Color #2490bc

%81
%23
%0
%26

Triadic Colors of #2490bc

#2490bc #bc2490 #90bc24

Analogous Colors of #2490bc

#2490bc #2444bc #24bc9c

Monochromatic Colors of #2490bc

#2490bc

Complementary Color

#2490bc #bc5024

#2490bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2490bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2490bc Color CSS Codes

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

#2490bc Text Font Color

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

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


#2490bc Background Color

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

This div background color is #2490bc


#2490bc Border Color

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

This div border color is #2490bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2490bc


Comments

No comments written yet.

Please login to write comment.