Color Hex Logo

#121efb Color Hex

#121EFB
(18,30,251)
0 Favorites   0 Comments

Color spaces of #121efb

RGB 1830251
HSL0.660.970.53
HSV237°93°98°
CMYK 0.930.880.00   0.02
XYZ18.12638.022291.8599
Yxy8.02220.15360.0680
Hunter Lab28.323564.6693-172.4653
CIE-Lab34.029172.1593-102.7242

#121efb color RGB value is (18,30,251).

#121efb hex color red value is 18, green value is 30 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #121efb hue: 0.66 , saturation: 0.97 and the lightness value of 121efb is 0.53.

The process color (four color CMYK) of #121efb color hex is 0.93, 0.88, 0.00, 0.02. Web safe color of #121efb is #0033ff. Color #121efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011110 11111011
Octal 22 36 373
Decimal 18 30 251
Hex 12 1E FB

RGB Percentages of Color #121efb

%6.02
%10.03
%83.95

CMYK Percentages of Color #121efb

%93
%88
%0
%2

Triadic Colors of #121efb

#121efb #fb121e #1efb12

Analogous Colors of #121efb

#121efb #7b12fb #1293fb

Monochromatic Colors of #121efb

#121efb

Complementary Color

#121efb #fbef12

#121efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#121efb Color CSS Codes

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

#121efb Text Font Color

<p style="color:#121efb">Text here</p>

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


#121efb Background Color

<div style="background-color:#121efb">
Div content here</div>

This div background color is #121efb


#121efb Border Color

<div style="border:3px solid #121efb">
Div here</div>

This div border color is #121efb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,30,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #121efb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #121efb;
  -webkit-box-shadow: 1px 1px 3px 2px #121efb;
  box-shadow:         1px 1px 3px 2px #121efb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,30,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 #121efb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121efb


Comments

No comments written yet.

Please login to write comment.