Color Hex Logo

#245aeb Color Hex

#245AEB
(36,90,235)
0 Favorites   0 Comments

Color spaces of #245aeb

RGB 3690235
HSL0.620.830.53
HSV224°85°92°
CMYK 0.850.620.00   0.08
XYZ19.379113.685680.2174
Yxy13.68560.17110.1208
Hunter Lab36.994128.7665-102.6678
CIE-Lab43.778636.6187-77.5674

#245aeb color RGB value is (36,90,235).

#245aeb hex color red value is 36, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #245aeb hue: 0.62 , saturation: 0.83 and the lightness value of 245aeb is 0.53.

The process color (four color CMYK) of #245aeb color hex is 0.85, 0.62, 0.00, 0.08. Web safe color of #245aeb is #3366ff. Color #245aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01011010 11101011
Octal 44 132 353
Decimal 36 90 235
Hex 24 5A EB

RGB Percentages of Color #245aeb

%9.97
%24.93
%65.10

CMYK Percentages of Color #245aeb

%85
%62
%0
%8

Triadic Colors of #245aeb

#245aeb #eb245a #5aeb24

Analogous Colors of #245aeb

#245aeb #5224eb #24beeb

Monochromatic Colors of #245aeb

#245aeb

Complementary Color

#245aeb #ebb524

#245aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#245aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#245aeb Color CSS Codes

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

#245aeb Text Font Color

<p style="color:#245aeb">Text here</p>

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


#245aeb Background Color

<div style="background-color:#245aeb">
Div content here</div>

This div background color is #245aeb


#245aeb Border Color

<div style="border:3px solid #245aeb">
Div here</div>

This div border color is #245aeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,90,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #245aeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #245aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #245aeb;
  box-shadow:         1px 1px 3px 2px #245aeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #245aeb


Comments

No comments written yet.

Please login to write comment.