Color Hex Logo

#418bcb Color Hex

#418BCB
(65,139,203)
0 Favorites   0 Comments

Color spaces of #418bcb

RGB 65139203
HSL0.580.570.53
HSV208°68°80°
CMYK 0.680.320.00   0.20
XYZ22.192123.900959.9436
Yxy23.90090.20930.2254
Hunter Lab48.8885-4.5280-38.4751
CIE-Lab55.9884-2.4089-39.7991

#418bcb color RGB value is (65,139,203).

#418bcb hex color red value is 65, green value is 139 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #418bcb hue: 0.58 , saturation: 0.57 and the lightness value of 418bcb is 0.53.

The process color (four color CMYK) of #418bcb color hex is 0.68, 0.32, 0.00, 0.20. Web safe color of #418bcb is #3399cc. Color #418bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001011 11001011
Octal 101 213 313
Decimal 65 139 203
Hex 41 8B CB

RGB Percentages of Color #418bcb

%15.97
%34.15
%49.88

CMYK Percentages of Color #418bcb

%68
%32
%0
%20

Triadic Colors of #418bcb

#418bcb #cb418b #8bcb41

Analogous Colors of #418bcb

#418bcb #4146cb #41cbc6

Monochromatic Colors of #418bcb

#418bcb

Complementary Color

#418bcb #cb8141

#418bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#418bcb Color CSS Codes

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

#418bcb Text Font Color

<p style="color:#418bcb">Text here</p>

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


#418bcb Background Color

<div style="background-color:#418bcb">
Div content here</div>

This div background color is #418bcb


#418bcb Border Color

<div style="border:3px solid #418bcb">
Div here</div>

This div border color is #418bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,139,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #418bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #418bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #418bcb;
  box-shadow:         1px 1px 3px 2px #418bcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,139,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 #418bcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418bcb


Comments

No comments written yet.

Please login to write comment.