Color Hex Logo

#030bef Color Hex

#030BEF
(3,11,239)
0 Favorites   0 Comments

Color spaces of #030bef

RGB 311239
HSL0.660.980.47
HSV238°99°94°
CMYK 0.990.950.00   0.06
XYZ15.73726.490782.0847
Yxy6.49070.15090.0622
Hunter Lab25.476965.6760-173.1946
CIE-Lab30.618273.6170-101.6487

#030bef color RGB value is (3,11,239).

#030bef hex color red value is 3, green value is 11 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #030bef hue: 0.66 , saturation: 0.98 and the lightness value of 030bef is 0.47.

The process color (four color CMYK) of #030bef color hex is 0.99, 0.95, 0.00, 0.06. Web safe color of #030bef is #0000ff. Color #030bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00001011 11101111
Octal 3 13 357
Decimal 3 11 239
Hex 3 B EF

RGB Percentages of Color #030bef

%1.19
%4.35
%94.47

CMYK Percentages of Color #030bef

%99
%95
%0
%6

Triadic Colors of #030bef

#030bef #ef030b #0bef03

Analogous Colors of #030bef

#030bef #7103ef #0381ef

Monochromatic Colors of #030bef

#030bef

Complementary Color

#030bef #efe703

#030bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#030bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#030bef Color CSS Codes

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

#030bef Text Font Color

<p style="color:#030bef">Text here</p>

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


#030bef Background Color

<div style="background-color:#030bef">
Div content here</div>

This div background color is #030bef


#030bef Border Color

<div style="border:3px solid #030bef">
Div here</div>

This div border color is #030bef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,11,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #030bef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #030bef;
  -webkit-box-shadow: 1px 1px 3px 2px #030bef;
  box-shadow:         1px 1px 3px 2px #030bef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #030bef


Comments

No comments written yet.

Please login to write comment.