#4285DA

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

Shades of Havelock Blue #4285DA

Tints of Havelock Blue #4285DA

Color information

#4285DA (or 0x4285DA) is unknown color: approx Havelock Blue. HEX triplet: 42, 85 and DA. RGB value is (66,133,218). Sum of RGB (Red+Green+Blue) = 66+133+218=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #4285DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4285DA is #BD7A25. Grayscale: #7A7A7A. Windows color (decimal): -12417574 or 14320962. OLE color: 14320962.

HSL color Cylindrical-coordinate representation of color #4285DA: hue angle of 213.55º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4285DA is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB66133218-
CMYK0.700.3900.15
HSL213.55º67.26%55.69%-
HSV(B)213.55º69.72%85.49%-
XYZ23.292369.54-
YUV122.66181.887.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.83%
GREEN value IS 133 (52.34% from 255) = 31.89%
BLUE value IS 218 (85.55% from 255) = 52.28%
R=15.83%
G=31.89%
B=52.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal661332180.700.3900.15213.5567.2655.69
Hex4285DA46270Fd64338
Octal1022053321064701732610370
Binary10000101000010111011010100011010011101111110101101000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4285DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4285DA; }

 p { color: rgb(66,133,218); }

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

<style>
 a { background-color: #4285DA; }

 a { background-color: rgb(66,133,218); }

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

<style>
 span { border-color: #4285DA; }

 span { border-color: rgb(66,133,218); }

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