Color Hex Logo

#258edb Color Hex

#258EDB
(37,142,219)
0 Favorites   0 Comments

Color spaces of #258edb

RGB 37142219
HSL0.570.720.50
HSV205°83°86°
CMYK 0.830.350.00   0.14
XYZ23.222124.853870.5912
Yxy24.85380.19570.2094
Hunter Lab49.8536-4.0974-49.0554
CIE-Lab56.9327-1.7876-47.3526

#258edb color RGB value is (37,142,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001110 11011011
Octal 45 216 333
Decimal 37 142 219
Hex 25 8E DB

RGB Percentages of Color #258edb

%9.30
%35.68
%55.03

CMYK Percentages of Color #258edb

%83
%35
%0
%14

Triadic Colors of #258edb

#258edb #db258e #8edb25

Analogous Colors of #258edb

#258edb #2533db #25dbcd

Monochromatic Colors of #258edb

#258edb

Complementary Color

#258edb #db7225

#258edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#258edb Color CSS Codes

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

#258edb Text Font Color

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

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


#258edb Background Color

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

This div background color is #258edb


#258edb Border Color

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

This div border color is #258edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258edb


Comments

No comments written yet.

Please login to write comment.