#4288d7

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

Shades of Havelock Blue #4288D7

Tints of Havelock Blue #4288D7

Color information

#4288D7 (or 0x4288D7) is unknown color: approx Havelock Blue. HEX triplet: 42, 88 and D7. RGB value is (66,136,215). Sum of RGB (Red+Green+Blue) = 66+136+215=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 215 (84.38% from 255 or 51.56% from 417); Max value from RGB is 215 - color contains mainly: blue. Hex color #4288D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4288D7 is #BD7728. Grayscale: #7B7B7B. Windows color (decimal): -12416809 or 14125122. OLE color: 14125122.

HSL color Cylindrical-coordinate representation of color #4288D7: hue angle of 211.81º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4288D7 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB66136215-
CMYK0.690.3700.16
HSL211.81º65.07%55.1%-
HSV(B)211.81º69.3%84.31%-
XYZ23.3223.6767.63-
YUV124.08179.3186.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.83%
GREEN value IS 136 (53.52% from 255) = 32.61%
BLUE value IS 215 (84.38% from 255) = 51.56%
R=15.83%
G=32.61%
B=51.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal661362150.690.3700.16211.8165.0755.1
Hex4288D74525010d44137
Octal1022103271054502032410167
Binary100001010001000110101111000101100101010000110101001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4288d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4288d7; }

 p { color: rgb(66,136,215); }

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

<style>
 a { background-color: #4288d7; }

 a { background-color: rgb(66,136,215); }

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

<style>
 span { border-color: #4288d7; }

 span { border-color: rgb(66,136,215); }

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