Color Hex Logo

#122ddb Color Hex

#122DDB
(18,45,219)
0 Favorites   0 Comments

Color spaces of #122ddb

RGB 1845219
HSL0.640.850.46
HSV232°92°86°
CMYK 0.920.790.00   0.14
XYZ13.97407.119867.6556
Yxy7.11980.15750.0802
Hunter Lab26.683046.7862-131.6539
CIE-Lab32.078156.6616-87.7718

#122ddb color RGB value is (18,45,219).

#122ddb hex color red value is 18, green value is 45 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #122ddb hue: 0.64 , saturation: 0.85 and the lightness value of 122ddb is 0.46.

The process color (four color CMYK) of #122ddb color hex is 0.92, 0.79, 0.00, 0.14. Web safe color of #122ddb is #0033cc. Color #122ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00101101 11011011
Octal 22 55 333
Decimal 18 45 219
Hex 12 2D DB

RGB Percentages of Color #122ddb

%6.38
%15.96
%77.66

CMYK Percentages of Color #122ddb

%92
%79
%0
%14

Triadic Colors of #122ddb

#122ddb #db122d #2ddb12

Analogous Colors of #122ddb

#122ddb #5c12db #1292db

Monochromatic Colors of #122ddb

#122ddb

Complementary Color

#122ddb #dbc012

#122ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#122ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#122ddb Color CSS Codes

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

#122ddb Text Font Color

<p style="color:#122ddb">Text here</p>

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


#122ddb Background Color

<div style="background-color:#122ddb">
Div content here</div>

This div background color is #122ddb


#122ddb Border Color

<div style="border:3px solid #122ddb">
Div here</div>

This div border color is #122ddb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,45,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #122ddb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #122ddb;
  -webkit-box-shadow: 1px 1px 3px 2px #122ddb;
  box-shadow:         1px 1px 3px 2px #122ddb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #122ddb


Comments

No comments written yet.

Please login to write comment.