#487DC8

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

Shades of Havelock Blue #487DC8

Tints of Havelock Blue #487DC8

Color information

#487DC8 (or 0x487DC8) is unknown color: approx Havelock Blue. HEX triplet: 48, 7D and C8. RGB value is (72,125,200). Sum of RGB (Red+Green+Blue) = 72+125+200=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #487DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DC8 is #B78237. Grayscale: #757575. Windows color (decimal): -12026424 or 13139272. OLE color: 13139272.

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

Color convert

RGB72125200-
CMYK0.640.3800.22
HSL215.16º53.78%53.33%-
HSV(B)215.16º64%78.43%-
XYZ20.4320.2257.47-
YUV117.7174.4495.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.14%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 200 (78.52% from 255) = 50.38%
R=18.14%
G=31.49%
B=50.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal721252000.640.3800.22215.1653.7853.33
Hex487DC84026016d73635
Octal110175310100460263276665
Binary1001000111110111001000100000010011001011011010111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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