#488AD7

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

Shades of Havelock Blue #488AD7

Tints of Havelock Blue #488AD7

Color information

#488AD7 (or 0x488AD7) is unknown color: approx Havelock Blue. HEX triplet: 48, 8A and D7. RGB value is (72,138,215). Sum of RGB (Red+Green+Blue) = 72+138+215=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 215 (84.38% from 255 or 50.59% from 425); Max value from RGB is 215 - color contains mainly: blue. Hex color #488AD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488AD7 is #B77528. Grayscale: #7E7E7E. Windows color (decimal): -12023081 or 14125640. OLE color: 14125640.

HSL color Cylindrical-coordinate representation of color #488AD7: hue angle of 212.31º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #488AD7 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB72138215-
CMYK0.670.3600.16
HSL212.31º64.13%56.27%-
HSV(B)212.31º66.51%84.31%-
XYZ24.0324.4667.75-
YUV127.04177.6388.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.94%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 215 (84.38% from 255) = 50.59%
R=16.94%
G=32.47%
B=50.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal721382150.670.3600.16212.3164.1356.27
Hex488AD74324010d44038
Octal1102123271034402032410070
Binary100100010001010110101111000011100100010000110101001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488AD7; }

 p { color: rgb(72,138,215); }

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

<style>
 a { background-color: #488AD7; }

 a { background-color: rgb(72,138,215); }

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

<style>
 span { border-color: #488AD7; }

 span { border-color: rgb(72,138,215); }

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