Color Hex Logo

#2565fb Color Hex

#2565FB
(37,101,251)
0 Favorites   0 Comments

Color spaces of #2565fb

RGB 37101251
HSL0.620.960.56
HSV222°85°98°
CMYK 0.850.600.00   0.02
XYZ22.829216.665793.2804
Yxy16.66570.17190.1255
Hunter Lab40.823628.3785-106.8987
CIE-Lab47.836035.6493-79.8882

#2565fb color RGB value is (37,101,251).

#2565fb hex color red value is 37, green value is 101 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #2565fb hue: 0.62 , saturation: 0.96 and the lightness value of 2565fb is 0.56.

The process color (four color CMYK) of #2565fb color hex is 0.85, 0.60, 0.00, 0.02. Web safe color of #2565fb is #3366ff. Color #2565fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01100101 11111011
Octal 45 145 373
Decimal 37 101 251
Hex 25 65 FB

RGB Percentages of Color #2565fb

%9.51
%25.96
%64.52

CMYK Percentages of Color #2565fb

%85
%60
%0
%2

Triadic Colors of #2565fb

#2565fb #fb2565 #65fb25

Analogous Colors of #2565fb

#2565fb #5025fb #25d0fb

Monochromatic Colors of #2565fb

#2565fb

Complementary Color

#2565fb #fbbb25

#2565fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2565fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2565fb Color CSS Codes

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

#2565fb Text Font Color

<p style="color:#2565fb">Text here</p>

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


#2565fb Background Color

<div style="background-color:#2565fb">
Div content here</div>

This div background color is #2565fb


#2565fb Border Color

<div style="border:3px solid #2565fb">
Div here</div>

This div border color is #2565fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,101,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2565fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2565fb;
  -webkit-box-shadow: 1px 1px 3px 2px #2565fb;
  box-shadow:         1px 1px 3px 2px #2565fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2565fb


Comments

No comments written yet.

Please login to write comment.