Color Hex Logo

#124cdb Color Hex

#124CDB
(18,76,219)
0 Favorites   0 Comments

Color spaces of #124cdb

RGB 1876219
HSL0.620.850.46
HSV223°92°86°
CMYK 0.920.650.00   0.14
XYZ15.620110.412068.2043
Yxy10.41200.16580.1105
Hunter Lab32.267629.9398-102.7343
CIE-Lab38.571938.6508-77.0356

#124cdb color RGB value is (18,76,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001100 11011011
Octal 22 114 333
Decimal 18 76 219
Hex 12 4C DB

RGB Percentages of Color #124cdb

%5.75
%24.28
%69.97

CMYK Percentages of Color #124cdb

%92
%65
%0
%14

Triadic Colors of #124cdb

#124cdb #db124c #4cdb12

Analogous Colors of #124cdb

#124cdb #3c12db #12b1db

Monochromatic Colors of #124cdb

#124cdb

Complementary Color

#124cdb #dba112

#124cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#124cdb Color CSS Codes

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

#124cdb Text Font Color

<p style="color:#124cdb">Text here</p>

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


#124cdb Background Color

<div style="background-color:#124cdb">
Div content here</div>

This div background color is #124cdb


#124cdb Border Color

<div style="border:3px solid #124cdb">
Div here</div>

This div border color is #124cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124cdb


Comments

No comments written yet.

Please login to write comment.