Color Hex Logo

#456bdb Color Hex

#456BDB
(69,107,219)
0 Favorites   0 Comments

Color spaces of #456bdb

RGB 69107219
HSL0.620.680.56
HSV225°68°86°
CMYK 0.680.510.00   0.14
XYZ20.498116.895169.1985
Yxy16.89510.19230.1585
Hunter Lab41.103617.0853-71.0429
CIE-Lab48.127623.4318-61.3878

#456bdb color RGB value is (69,107,219).

#456bdb hex color red value is 69, green value is 107 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #456bdb hue: 0.62 , saturation: 0.68 and the lightness value of 456bdb is 0.56.

The process color (four color CMYK) of #456bdb color hex is 0.68, 0.51, 0.00, 0.14. Web safe color of #456bdb is #3366cc. Color #456bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01101011 11011011
Octal 105 153 333
Decimal 69 107 219
Hex 45 6B DB

RGB Percentages of Color #456bdb

%17.47
%27.09
%55.44

CMYK Percentages of Color #456bdb

%68
%51
%0
%14

Triadic Colors of #456bdb

#456bdb #db456b #6bdb45

Analogous Colors of #456bdb

#456bdb #6a45db #45b6db

Monochromatic Colors of #456bdb

#456bdb

Complementary Color

#456bdb #dbb545

#456bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#456bdb Color CSS Codes

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

#456bdb Text Font Color

<p style="color:#456bdb">Text here</p>

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


#456bdb Background Color

<div style="background-color:#456bdb">
Div content here</div>

This div background color is #456bdb


#456bdb Border Color

<div style="border:3px solid #456bdb">
Div here</div>

This div border color is #456bdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,107,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #456bdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #456bdb;
  -webkit-box-shadow: 1px 1px 3px 2px #456bdb;
  box-shadow:         1px 1px 3px 2px #456bdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,107,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456bdb


Comments

No comments written yet.

Please login to write comment.