Color Hex Logo

#0253bd Color Hex

#0253BD
(2,83,189)
0 Favorites   0 Comments

Color spaces of #0253bd

RGB 283189
HSL0.590.980.37
HSV214°99°74°
CMYK 0.990.560.00   0.26
XYZ12.30369.873549.4014
Yxy9.87350.17190.1379
Hunter Lab31.422114.9045-71.2194
CIE-Lab37.614421.8339-61.2433

#0253bd color RGB value is (2,83,189).

#0253bd hex color red value is 2, green value is 83 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0253bd hue: 0.59 , saturation: 0.98 and the lightness value of 0253bd is 0.37.

The process color (four color CMYK) of #0253bd color hex is 0.99, 0.56, 0.00, 0.26. Web safe color of #0253bd is #0066cc. Color #0253bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010011 10111101
Octal 2 123 275
Decimal 2 83 189
Hex 2 53 BD

RGB Percentages of Color #0253bd

%0.73
%30.29
%68.98

CMYK Percentages of Color #0253bd

%99
%56
%0
%26

Triadic Colors of #0253bd

#0253bd #bd0253 #53bd02

Analogous Colors of #0253bd

#0253bd #0f02bd #02b1bd

Monochromatic Colors of #0253bd

#0253bd

Complementary Color

#0253bd #bd6c02

#0253bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0253bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0253bd Color CSS Codes

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

#0253bd Text Font Color

<p style="color:#0253bd">Text here</p>

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


#0253bd Background Color

<div style="background-color:#0253bd">
Div content here</div>

This div background color is #0253bd


#0253bd Border Color

<div style="border:3px solid #0253bd">
Div here</div>

This div border color is #0253bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,83,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0253bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0253bd;
  -webkit-box-shadow: 1px 1px 3px 2px #0253bd;
  box-shadow:         1px 1px 3px 2px #0253bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0253bd


Comments

No comments written yet.

Please login to write comment.