Color Hex Logo

#121dfb Color Hex

#121DFB
(18,29,251)
0 Favorites   0 Comments

Color spaces of #121dfb

RGB 1829251
HSL0.660.970.53
HSV237°93°98°
CMYK 0.930.880.00   0.02
XYZ18.10147.972491.8516
Yxy7.97240.15350.0676
Hunter Lab28.235465.0222-173.1092
CIE-Lab33.925372.4746-102.8973

#121dfb color RGB value is (18,29,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011101 11111011
Octal 22 35 373
Decimal 18 29 251
Hex 12 1D FB

RGB Percentages of Color #121dfb

%6.04
%9.73
%84.23

CMYK Percentages of Color #121dfb

%93
%88
%0
%2

Triadic Colors of #121dfb

#121dfb #fb121d #1dfb12

Analogous Colors of #121dfb

#121dfb #7c12fb #1292fb

Monochromatic Colors of #121dfb

#121dfb

Complementary Color

#121dfb #fbf012

#121dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#121dfb Color CSS Codes

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

#121dfb Text Font Color

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

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


#121dfb Background Color

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

This div background color is #121dfb


#121dfb Border Color

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

This div border color is #121dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121dfb


Comments

No comments written yet.

Please login to write comment.