Color Hex Logo

#1484cb Color Hex

#1484CB
(20,132,203)
0 Favorites   0 Comments

Color spaces of #1484cb

RGB 20132203
HSL0.560.820.44
HSV203°90°80°
CMYK 0.900.350.00   0.20
XYZ19.319220.963059.5280
Yxy20.96300.19360.2100
Hunter Lab45.7854-4.8061-45.0363
CIE-Lab52.9090-3.0398-44.7288

#1484cb color RGB value is (20,132,203).

#1484cb hex color red value is 20, green value is 132 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #1484cb hue: 0.56 , saturation: 0.82 and the lightness value of 1484cb is 0.44.

The process color (four color CMYK) of #1484cb color hex is 0.90, 0.35, 0.00, 0.20. Web safe color of #1484cb is #0099cc. Color #1484cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000100 11001011
Octal 24 204 313
Decimal 20 132 203
Hex 14 84 CB

RGB Percentages of Color #1484cb

%5.63
%37.18
%57.18

CMYK Percentages of Color #1484cb

%90
%35
%0
%20

Triadic Colors of #1484cb

#1484cb #cb1484 #84cb14

Analogous Colors of #1484cb

#1484cb #1428cb #14cbb7

Monochromatic Colors of #1484cb

#1484cb

Complementary Color

#1484cb #cb5b14

#1484cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1484cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1484cb Color CSS Codes

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

#1484cb Text Font Color

<p style="color:#1484cb">Text here</p>

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


#1484cb Background Color

<div style="background-color:#1484cb">
Div content here</div>

This div background color is #1484cb


#1484cb Border Color

<div style="border:3px solid #1484cb">
Div here</div>

This div border color is #1484cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,132,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1484cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1484cb;
  -webkit-box-shadow: 1px 1px 3px 2px #1484cb;
  box-shadow:         1px 1px 3px 2px #1484cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,132,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1484cb


Comments

No comments written yet.

Please login to write comment.