#448ADD

Color #448ADD Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #448ADD

Tints of Havelock Blue #448ADD

Color information

#448ADD (or 0x448ADD) is unknown color: approx Havelock Blue. HEX triplet: 44, 8A and DD. RGB value is (68,138,221). Sum of RGB (Red+Green+Blue) = 68+138+221=427 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.93% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #448ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448ADD is #BB7522. Grayscale: #7E7E7E. Windows color (decimal): -12285219 or 14518852. OLE color: 14518852.

HSL color Cylindrical-coordinate representation of color #448ADD: hue angle of 212.55º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #448ADD is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB68138221-
CMYK0.690.3800.13
HSL212.55º69.23%56.67%-
HSV(B)212.55º69.23%86.67%-
XYZ24.5224.6371.87-
YUV126.53181.3186.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 15.93%
GREEN value IS 138 (54.30% from 255) = 32.32%
BLUE value IS 221 (86.72% from 255) = 51.76%
R=15.93%
G=32.32%
B=51.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal681382210.690.3800.13212.5569.2356.67
Hex448ADD45260Dd54539
Octal1042123351054601532510571
Binary10001001000101011011101100010110011001101110101011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448ADD; }

 p { color: rgb(68,138,221); }

 H1.HeaderClassName
 {
   color: #448ADD;
 }
 .AnyTagClassName
 {
   color: #448ADD;
 }
</style>
background-color css

<style>
 a { background-color: #448ADD; }

 a { background-color: rgb(68,138,221); }

 div.DivClassName
 {
   background-color: #448ADD;
 }
 .BgClassName
 {
   background-color: #448ADD;
 }
</style>
border-color css

<style>
 span { border-color: #448ADD; }

 span { border-color: rgb(68,138,221); }

 td.TdClassName
 {
   border-color: #448ADD;
 }
 .TagClassName
 {
   border-color: #448ADD;
 }
</style>