Color Hex Logo

#447bdb Color Hex

#447BDB
(68,123,219)
0 Favorites   0 Comments

Color spaces of #447bdb

RGB 68123219
HSL0.610.680.56
HSV218°69°86°
CMYK 0.690.440.00   0.14
XYZ22.253020.509369.8037
Yxy20.50930.19770.1822
Hunter Lab45.28728.4579-59.6860
CIE-Lab52.408213.3044-54.5073

#447bdb color RGB value is (68,123,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111011 11011011
Octal 104 173 333
Decimal 68 123 219
Hex 44 7B DB

RGB Percentages of Color #447bdb

%16.59
%30.00
%53.41

CMYK Percentages of Color #447bdb

%69
%44
%0
%14

Triadic Colors of #447bdb

#447bdb #db447b #7bdb44

Analogous Colors of #447bdb

#447bdb #5944db #44c7db

Monochromatic Colors of #447bdb

#447bdb

Complementary Color

#447bdb #dba444

#447bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#447bdb Color CSS Codes

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

#447bdb Text Font Color

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

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


#447bdb Background Color

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

This div background color is #447bdb


#447bdb Border Color

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

This div border color is #447bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,123,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 #447bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447bdb


Comments

No comments written yet.

Please login to write comment.