#4286D8

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

Shades of Havelock Blue #4286D8

Tints of Havelock Blue #4286D8

Color information

#4286D8 (or 0x4286D8) is unknown color: approx Havelock Blue. HEX triplet: 42, 86 and D8. RGB value is (66,134,216). Sum of RGB (Red+Green+Blue) = 66+134+216=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 216 (84.77% from 255 or 51.92% from 416); Max value from RGB is 216 - color contains mainly: blue. Hex color #4286D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4286D8 is #BD7927. Grayscale: #7A7A7A. Windows color (decimal): -12417320 or 14190146. OLE color: 14190146.

HSL color Cylindrical-coordinate representation of color #4286D8: hue angle of 212.8º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4286D8 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB66134216-
CMYK0.690.3800.15
HSL212.8º65.79%55.29%-
HSV(B)212.8º69.44%84.71%-
XYZ23.1723.1768.22-
YUV123.02180.4787.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.87%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 216 (84.77% from 255) = 51.92%
R=15.87%
G=32.21%
B=51.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal661342160.690.3800.15212.865.7955.29
Hex4286D845260Fd54237
Octal1022063301054601732510267
Binary10000101000011011011000100010110011001111110101011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4286D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4286D8; }

 p { color: rgb(66,134,216); }

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

<style>
 a { background-color: #4286D8; }

 a { background-color: rgb(66,134,216); }

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

<style>
 span { border-color: #4286D8; }

 span { border-color: rgb(66,134,216); }

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