Color Hex Logo

#418cbb Color Hex

#418CBB
(65,140,187)
0 Favorites   0 Comments

Color spaces of #418cbb

RGB 65140187
HSL0.560.480.49
HSV203°65°73°
CMYK 0.650.250.00   0.27
XYZ20.527723.467850.4615
Yxy23.46780.21730.2484
Hunter Lab48.4436-9.1379-27.8492
CIE-Lab55.5510-8.4212-31.4098

#418cbb color RGB value is (65,140,187).

#418cbb hex color red value is 65, green value is 140 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #418cbb hue: 0.56 , saturation: 0.48 and the lightness value of 418cbb is 0.49.

The process color (four color CMYK) of #418cbb color hex is 0.65, 0.25, 0.00, 0.27. Web safe color of #418cbb is #3399cc. Color #418cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001100 10111011
Octal 101 214 273
Decimal 65 140 187
Hex 41 8C BB

RGB Percentages of Color #418cbb

%16.58
%35.71
%47.70

CMYK Percentages of Color #418cbb

%65
%25
%0
%27

Triadic Colors of #418cbb

#418cbb #bb418c #8cbb41

Analogous Colors of #418cbb

#418cbb #414fbb #41bbad

Monochromatic Colors of #418cbb

#418cbb

Complementary Color

#418cbb #bb7041

#418cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#418cbb Color CSS Codes

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

#418cbb Text Font Color

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

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


#418cbb Background Color

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

This div background color is #418cbb


#418cbb Border Color

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

This div border color is #418cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,140,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418cbb


Comments

No comments written yet.

Please login to write comment.