Color Hex Logo

#256bfd Color Hex

#256BFD
(37,107,253)
0 Favorites   0 Comments

Color spaces of #256bfd

RGB 37107253
HSL0.610.980.57
HSV221°85°99°
CMYK 0.850.580.00   0.01
XYZ23.750318.000695.1512
Yxy18.00060.17350.1315
Hunter Lab42.427125.6752-103.2706
CIE-Lab49.496832.6157-78.2862

#256bfd color RGB value is (37,107,253).

#256bfd hex color red value is 37, green value is 107 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #256bfd hue: 0.61 , saturation: 0.98 and the lightness value of 256bfd is 0.57.

The process color (four color CMYK) of #256bfd color hex is 0.85, 0.58, 0.00, 0.01. Web safe color of #256bfd is #3366ff. Color #256bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01101011 11111101
Octal 45 153 375
Decimal 37 107 253
Hex 25 6B FD

RGB Percentages of Color #256bfd

%9.32
%26.95
%63.73

CMYK Percentages of Color #256bfd

%85
%58
%0
%1

Triadic Colors of #256bfd

#256bfd #fd256b #6bfd25

Analogous Colors of #256bfd

#256bfd #4b25fd #25d7fd

Monochromatic Colors of #256bfd

#256bfd

Complementary Color

#256bfd #fdb725

#256bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#256bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#256bfd Color CSS Codes

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

#256bfd Text Font Color

<p style="color:#256bfd">Text here</p>

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


#256bfd Background Color

<div style="background-color:#256bfd">
Div content here</div>

This div background color is #256bfd


#256bfd Border Color

<div style="border:3px solid #256bfd">
Div here</div>

This div border color is #256bfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,107,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #256bfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #256bfd;
  -webkit-box-shadow: 1px 1px 3px 2px #256bfd;
  box-shadow:         1px 1px 3px 2px #256bfd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #256bfd


Comments

No comments written yet.

Please login to write comment.