Color Hex Logo

#4265bd Color Hex

#4265BD
(66,101,189)
0 Favorites   0 Comments

Color spaces of #4265bd

RGB 66101189
HSL0.620.480.50
HSV223°65°74°
CMYK 0.650.470.00   0.26
XYZ16.085814.139750.0255
Yxy14.13970.20040.1762
Hunter Lab37.602810.5542-52.5555
CIE-Lab44.432616.0844-50.1323

#4265bd color RGB value is (66,101,189).

#4265bd hex color red value is 66, green value is 101 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4265bd hue: 0.62 , saturation: 0.48 and the lightness value of 4265bd is 0.50.

The process color (four color CMYK) of #4265bd color hex is 0.65, 0.47, 0.00, 0.26. Web safe color of #4265bd is #3366cc. Color #4265bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100101 10111101
Octal 102 145 275
Decimal 66 101 189
Hex 42 65 BD

RGB Percentages of Color #4265bd

%18.54
%28.37
%53.09

CMYK Percentages of Color #4265bd

%65
%47
%0
%26

Triadic Colors of #4265bd

#4265bd #bd4265 #65bd42

Analogous Colors of #4265bd

#4265bd #5c42bd #42a3bd

Monochromatic Colors of #4265bd

#4265bd

Complementary Color

#4265bd #bd9a42

#4265bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4265bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4265bd Color CSS Codes

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

#4265bd Text Font Color

<p style="color:#4265bd">Text here</p>

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


#4265bd Background Color

<div style="background-color:#4265bd">
Div content here</div>

This div background color is #4265bd


#4265bd Border Color

<div style="border:3px solid #4265bd">
Div here</div>

This div border color is #4265bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,101,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4265bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4265bd;
  -webkit-box-shadow: 1px 1px 3px 2px #4265bd;
  box-shadow:         1px 1px 3px 2px #4265bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,101,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4265bd


Comments

No comments written yet.

Please login to write comment.