Color Hex Logo

#258fdc Color Hex

#258FDC
(37,143,220)
0 Favorites   0 Comments

Color spaces of #258fdc

RGB 37143220
HSL0.570.720.50
HSV205°83°86°
CMYK 0.830.350.00   0.14
XYZ23.503725.205571.3365
Yxy25.20550.19580.2100
Hunter Lab50.2051-4.2934-49.1017
CIE-Lab57.2751-2.0051-47.3693

#258fdc color RGB value is (37,143,220).

#258fdc hex color red value is 37, green value is 143 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #258fdc hue: 0.57 , saturation: 0.72 and the lightness value of 258fdc is 0.50.

The process color (four color CMYK) of #258fdc color hex is 0.83, 0.35, 0.00, 0.14. Web safe color of #258fdc is #3399cc. Color #258fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001111 11011100
Octal 45 217 334
Decimal 37 143 220
Hex 25 8F DC

RGB Percentages of Color #258fdc

%9.25
%35.75
%55.00

CMYK Percentages of Color #258fdc

%83
%35
%0
%14

Triadic Colors of #258fdc

#258fdc #dc258f #8fdc25

Analogous Colors of #258fdc

#258fdc #2534dc #25dcce

Monochromatic Colors of #258fdc

#258fdc

Complementary Color

#258fdc #dc7225

#258fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#258fdc Color CSS Codes

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

#258fdc Text Font Color

<p style="color:#258fdc">Text here</p>

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


#258fdc Background Color

<div style="background-color:#258fdc">
Div content here</div>

This div background color is #258fdc


#258fdc Border Color

<div style="border:3px solid #258fdc">
Div here</div>

This div border color is #258fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,143,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #258fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #258fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #258fdc;
  box-shadow:         1px 1px 3px 2px #258fdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,143,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258fdc


Comments

No comments written yet.

Please login to write comment.