Color Hex Logo

#124bff Color Hex

#124BFF
(18,75,255)
0 Favorites   0 Comments

Color spaces of #124bff

RGB 1875255
HSL0.631.000.54
HSV226°93°100°
CMYK 0.930.710.00   0.00
XYZ20.815512.380895.9004
Yxy12.38080.16120.0959
Hunter Lab35.186444.0207-136.9644
CIE-Lab41.815052.1807-92.0312

#124bff color RGB value is (18,75,255).

#124bff hex color red value is 18, green value is 75 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #124bff hue: 0.63 , saturation: 1.00 and the lightness value of 124bff is 0.54.

The process color (four color CMYK) of #124bff color hex is 0.93, 0.71, 0.00, 0.00. Web safe color of #124bff is #0033ff. Color #124bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001011 11111111
Octal 22 113 377
Decimal 18 75 255
Hex 12 4B FF

RGB Percentages of Color #124bff

%5.17
%21.55
%73.28

CMYK Percentages of Color #124bff

%93
%71
%0
%0

Triadic Colors of #124bff

#124bff #ff124b #4bff12

Analogous Colors of #124bff

#124bff #5012ff #12c2ff

Monochromatic Colors of #124bff

#124bff

Complementary Color

#124bff #ffc612

#124bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#124bff Color CSS Codes

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

#124bff Text Font Color

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

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


#124bff Background Color

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

This div background color is #124bff


#124bff Border Color

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

This div border color is #124bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124bff


Comments

No comments written yet.

Please login to write comment.