Color Hex Logo

#0230b4 Color Hex

#0230B4
(2,48,180)
0 Favorites   0 Comments

Color spaces of #0230b4

RGB 248180
HSL0.620.980.36
HSV224°99°71°
CMYK 0.990.730.00   0.29
XYZ9.32025.422143.7354
Yxy5.42210.15940.0927
Hunter Lab23.285430.6968-95.0606
CIE-Lab27.905041.3223-71.8682

#0230b4 color RGB value is (2,48,180).

#0230b4 hex color red value is 2, green value is 48 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #0230b4 hue: 0.62 , saturation: 0.98 and the lightness value of 0230b4 is 0.36.

The process color (four color CMYK) of #0230b4 color hex is 0.99, 0.73, 0.00, 0.29. Web safe color of #0230b4 is #0033cc. Color #0230b4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00110000 10110100
Octal 2 60 264
Decimal 2 48 180
Hex 2 30 B4

RGB Percentages of Color #0230b4

%0.87
%20.87
%78.26

CMYK Percentages of Color #0230b4

%99
%73
%0
%29

Triadic Colors of #0230b4

#0230b4 #b40230 #30b402

Analogous Colors of #0230b4

#0230b4 #2d02b4 #0289b4

Monochromatic Colors of #0230b4

#0230b4

Complementary Color

#0230b4 #b48602

#0230b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0230b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0230b4 Color CSS Codes

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

#0230b4 Text Font Color

<p style="color:#0230b4">Text here</p>

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


#0230b4 Background Color

<div style="background-color:#0230b4">
Div content here</div>

This div background color is #0230b4


#0230b4 Border Color

<div style="border:3px solid #0230b4">
Div here</div>

This div border color is #0230b4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,48,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0230b4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0230b4;
  -webkit-box-shadow: 1px 1px 3px 2px #0230b4;
  box-shadow:         1px 1px 3px 2px #0230b4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0230b4


Comments

No comments written yet.

Please login to write comment.