Color Hex Logo

#124fdb Color Hex

#124FDB
(18,79,219)
0 Favorites   0 Comments

Color spaces of #124fdb

RGB 1879219
HSL0.620.850.46
HSV222°92°86°
CMYK 0.920.640.00   0.14
XYZ15.831610.835068.2748
Yxy10.83500.16680.1141
Hunter Lab32.916628.2477-99.9364
CIE-Lab39.301236.7381-75.8373

#124fdb color RGB value is (18,79,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001111 11011011
Octal 22 117 333
Decimal 18 79 219
Hex 12 4F DB

RGB Percentages of Color #124fdb

%5.70
%25.00
%69.30

CMYK Percentages of Color #124fdb

%92
%64
%0
%14

Triadic Colors of #124fdb

#124fdb #db124f #4fdb12

Analogous Colors of #124fdb

#124fdb #3a12db #12b4db

Monochromatic Colors of #124fdb

#124fdb

Complementary Color

#124fdb #db9e12

#124fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#124fdb Color CSS Codes

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

#124fdb Text Font Color

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

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


#124fdb Background Color

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

This div background color is #124fdb


#124fdb Border Color

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

This div border color is #124fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124fdb


Comments

No comments written yet.

Please login to write comment.