Color Hex Logo

#124bdd Color Hex

#124BDD
(18,75,221)
0 Favorites   0 Comments

Color spaces of #124bdd

RGB 1875221
HSL0.620.850.47
HSV223°92°87°
CMYK 0.920.660.00   0.13
XYZ15.816710.381269.5768
Yxy10.38120.16510.1084
Hunter Lab32.219931.2407-105.4792
CIE-Lab38.518140.0272-78.2687

#124bdd color RGB value is (18,75,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001011 11011101
Octal 22 113 335
Decimal 18 75 221
Hex 12 4B DD

RGB Percentages of Color #124bdd

%5.73
%23.89
%70.38

CMYK Percentages of Color #124bdd

%92
%66
%0
%13

Triadic Colors of #124bdd

#124bdd #dd124b #4bdd12

Analogous Colors of #124bdd

#124bdd #3f12dd #12b1dd

Monochromatic Colors of #124bdd

#124bdd

Complementary Color

#124bdd #dda412

#124bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#124bdd Color CSS Codes

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

#124bdd Text Font Color

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

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


#124bdd Background Color

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

This div background color is #124bdd


#124bdd Border Color

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

This div border color is #124bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124bdd


Comments

No comments written yet.

Please login to write comment.