Color Hex Logo

#253ffb Color Hex

#253FFB
(37,63,251)
0 Favorites   0 Comments

Color spaces of #253ffb

RGB 3763251
HSL0.650.960.56
HSV233°85°98°
CMYK 0.850.750.00   0.02
XYZ19.953010.913492.3216
Yxy10.91340.16200.0886
Hunter Lab33.035449.9998-142.5684
CIE-Lab39.434258.2214-93.7210

#253ffb color RGB value is (37,63,251).

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

The process color (four color CMYK) of #253ffb color hex is 0.85, 0.75, 0.00, 0.02. Web safe color of #253ffb is #3333ff. Color #253ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111111 11111011
Octal 45 77 373
Decimal 37 63 251
Hex 25 3F FB

RGB Percentages of Color #253ffb

%10.54
%17.95
%71.51

CMYK Percentages of Color #253ffb

%85
%75
%0
%2

Triadic Colors of #253ffb

#253ffb #fb253f #3ffb25

Analogous Colors of #253ffb

#253ffb #7625fb #25aafb

Monochromatic Colors of #253ffb

#253ffb

Complementary Color

#253ffb #fbe125

#253ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#253ffb Color CSS Codes

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

#253ffb Text Font Color

<p style="color:#253ffb">Text here</p>

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


#253ffb Background Color

<div style="background-color:#253ffb">
Div content here</div>

This div background color is #253ffb


#253ffb Border Color

<div style="border:3px solid #253ffb">
Div here</div>

This div border color is #253ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.