Color Hex Logo

#124fbe Color Hex

#124FBE
(18,79,190)
0 Favorites   0 Comments

Color spaces of #124fbe

RGB 1879190
HSL0.610.830.41
HSV219°91°75°
CMYK 0.910.580.00   0.25
XYZ12.33979.438349.8866
Yxy9.43830.17220.1317
Hunter Lab30.721817.9330-74.7708
CIE-Lab36.814825.5275-63.1235

#124fbe color RGB value is (18,79,190).

#124fbe hex color red value is 18, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #124fbe hue: 0.61 , saturation: 0.83 and the lightness value of 124fbe is 0.41.

The process color (four color CMYK) of #124fbe color hex is 0.91, 0.58, 0.00, 0.25. Web safe color of #124fbe is #0066cc. Color #124fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001111 10111110
Octal 22 117 276
Decimal 18 79 190
Hex 12 4F BE

RGB Percentages of Color #124fbe

%6.27
%27.53
%66.20

CMYK Percentages of Color #124fbe

%91
%58
%0
%25

Triadic Colors of #124fbe

#124fbe #be124f #4fbe12

Analogous Colors of #124fbe

#124fbe #2b12be #12a5be

Monochromatic Colors of #124fbe

#124fbe

Complementary Color

#124fbe #be8112

#124fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#124fbe Color CSS Codes

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

#124fbe Text Font Color

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

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


#124fbe Background Color

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

This div background color is #124fbe


#124fbe Border Color

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

This div border color is #124fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124fbe


Comments

No comments written yet.

Please login to write comment.