Color Hex Logo

#245daf Color Hex

#245DAF
(36,93,175)
0 Favorites   0 Comments

Color spaces of #245daf

RGB 3693175
HSL0.600.660.41
HSV215°79°69°
CMYK 0.790.470.00   0.31
XYZ12.379811.298942.0859
Yxy11.29890.18820.1718
Hunter Lab33.61386.9164-50.7038
CIE-Lab40.079411.7301-48.9988

#245daf color RGB value is (36,93,175).

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

The process color (four color CMYK) of #245daf color hex is 0.79, 0.47, 0.00, 0.31. Web safe color of #245daf is #336699. Color #245daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01011101 10101111
Octal 44 135 257
Decimal 36 93 175
Hex 24 5D AF

RGB Percentages of Color #245daf

%11.84
%30.59
%57.57

CMYK Percentages of Color #245daf

%79
%47
%0
%31

Triadic Colors of #245daf

#245daf #af245d #5daf24

Analogous Colors of #245daf

#245daf #3124af #24a3af

Monochromatic Colors of #245daf

#245daf

Complementary Color

#245daf #af7624

#245daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#245daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#245daf Color CSS Codes

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

#245daf Text Font Color

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

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


#245daf Background Color

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

This div background color is #245daf


#245daf Border Color

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

This div border color is #245daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #245daf


Comments

No comments written yet.

Please login to write comment.