#487DCA

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

Shades of Havelock Blue #487DCA

Tints of Havelock Blue #487DCA

Color information

#487DCA (or 0x487DCA) is unknown color: approx Havelock Blue. HEX triplet: 48, 7D and CA. RGB value is (72,125,202). Sum of RGB (Red+Green+Blue) = 72+125+202=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #487DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DCA is #B78235. Grayscale: #757575. Windows color (decimal): -12026422 or 13270344. OLE color: 13270344.

HSL color Cylindrical-coordinate representation of color #487DCA: hue angle of 215.54º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #487DCA is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB72125202-
CMYK0.640.3800.21
HSL215.54º55.08%53.73%-
HSV(B)215.54º64.36%79.22%-
XYZ20.6720.3158.71-
YUV117.93175.4495.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.05%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=18.05%
G=31.33%
B=50.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal721252020.640.3800.21215.5455.0853.73
Hex487DCA4026015d83736
Octal110175312100460253306766
Binary1001000111110111001010100000010011001010111011000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487DCA; }

 p { color: rgb(72,125,202); }

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

<style>
 a { background-color: #487DCA; }

 a { background-color: rgb(72,125,202); }

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

<style>
 span { border-color: #487DCA; }

 span { border-color: rgb(72,125,202); }

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