Color Hex Logo

#0271bd Color Hex

#0271BD
(2,113,189)
0 Favorites   0 Comments

Color spaces of #0271bd

RGB 2113189
HSL0.570.980.37
HSV204°99°74°
CMYK 0.990.400.00   0.26
XYZ15.115515.497350.3387
Yxy15.49730.18670.1914
Hunter Lab39.3666-0.3534-48.2584
CIE-Lab46.30792.3245-47.2204

#0271bd color RGB value is (2,113,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01110001 10111101
Octal 2 161 275
Decimal 2 113 189
Hex 2 71 BD

RGB Percentages of Color #0271bd

%0.66
%37.17
%62.17

CMYK Percentages of Color #0271bd

%99
%40
%0
%26

Triadic Colors of #0271bd

#0271bd #bd0271 #71bd02

Analogous Colors of #0271bd

#0271bd #0214bd #02bdac

Monochromatic Colors of #0271bd

#0271bd

Complementary Color

#0271bd #bd4e02

#0271bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0271bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0271bd Color CSS Codes

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

#0271bd Text Font Color

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

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


#0271bd Background Color

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

This div background color is #0271bd


#0271bd Border Color

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

This div border color is #0271bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,113,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 #0271bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0271bd


Comments

No comments written yet.

Please login to write comment.