Color Hex Logo

#245dbe Color Hex

#245DBE
(36,93,190)
0 Favorites   0 Comments

Color spaces of #245dbe

RGB 3693190
HSL0.600.680.44
HSV218°81°75°
CMYK 0.810.510.00   0.25
XYZ13.936211.921550.2818
Yxy11.92150.18300.1566
Hunter Lab34.527511.6240-62.1737
CIE-Lab41.091117.5743-56.1567

#245dbe color RGB value is (36,93,190).

#245dbe hex color red value is 36, green value is 93 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #245dbe hue: 0.60 , saturation: 0.68 and the lightness value of 245dbe is 0.44.

The process color (four color CMYK) of #245dbe color hex is 0.81, 0.51, 0.00, 0.25. Web safe color of #245dbe is #3366cc. Color #245dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01011101 10111110
Octal 44 135 276
Decimal 36 93 190
Hex 24 5D BE

RGB Percentages of Color #245dbe

%11.29
%29.15
%59.56

CMYK Percentages of Color #245dbe

%81
%51
%0
%25

Triadic Colors of #245dbe

#245dbe #be245d #5dbe24

Analogous Colors of #245dbe

#245dbe #3824be #24aabe

Monochromatic Colors of #245dbe

#245dbe

Complementary Color

#245dbe #be8524

#245dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#245dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#245dbe Color CSS Codes

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

#245dbe Text Font Color

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

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


#245dbe Background Color

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

This div background color is #245dbe


#245dbe Border Color

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

This div border color is #245dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #245dbe


Comments

No comments written yet.

Please login to write comment.