Color Hex Logo

#2566dc Color Hex

#2566DC
(37,102,220)
0 Favorites   0 Comments

Color spaces of #2566dc

RGB 37102220
HSL0.610.720.50
HSV219°83°86°
CMYK 0.830.540.00   0.14
XYZ18.432615.063469.6462
Yxy15.06340.17870.1460
Hunter Lab38.811616.8538-79.2259
CIE-Lab45.720923.3755-65.9073

#2566dc color RGB value is (37,102,220).

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

The process color (four color CMYK) of #2566dc color hex is 0.83, 0.54, 0.00, 0.14. Web safe color of #2566dc is #3366cc. Color #2566dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01100110 11011100
Octal 45 146 334
Decimal 37 102 220
Hex 25 66 DC

RGB Percentages of Color #2566dc

%10.31
%28.41
%61.28

CMYK Percentages of Color #2566dc

%83
%54
%0
%14

Triadic Colors of #2566dc

#2566dc #dc2566 #66dc25

Analogous Colors of #2566dc

#2566dc #4025dc #25c2dc

Monochromatic Colors of #2566dc

#2566dc

Complementary Color

#2566dc #dc9b25

#2566dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2566dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2566dc Color CSS Codes

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

#2566dc Text Font Color

<p style="color:#2566dc">Text here</p>

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


#2566dc Background Color

<div style="background-color:#2566dc">
Div content here</div>

This div background color is #2566dc


#2566dc Border Color

<div style="border:3px solid #2566dc">
Div here</div>

This div border color is #2566dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,102,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 #2566dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2566dc


Comments

No comments written yet.

Please login to write comment.