Color Hex Logo

#123fdb Color Hex

#123FDB
(18,63,219)
0 Favorites   0 Comments

Color spaces of #123fdb

RGB 1863219
HSL0.630.850.46
HSV227°92°86°
CMYK 0.920.710.00   0.14
XYZ14.81318.798167.9353
Yxy8.79810.16180.0961
Hunter Lab29.661637.2357-115.0315
CIE-Lab35.592646.6925-81.9471

#123fdb color RGB value is (18,63,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00111111 11011011
Octal 22 77 333
Decimal 18 63 219
Hex 12 3F DB

RGB Percentages of Color #123fdb

%6.00
%21.00
%73.00

CMYK Percentages of Color #123fdb

%92
%71
%0
%14

Triadic Colors of #123fdb

#123fdb #db123f #3fdb12

Analogous Colors of #123fdb

#123fdb #4912db #12a4db

Monochromatic Colors of #123fdb

#123fdb

Complementary Color

#123fdb #dbae12

#123fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#123fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#123fdb Color CSS Codes

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

#123fdb Text Font Color

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

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


#123fdb Background Color

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

This div background color is #123fdb


#123fdb Border Color

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

This div border color is #123fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #123fdb


Comments

No comments written yet.

Please login to write comment.