#488CD5

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

Shades of Havelock Blue #488CD5

Tints of Havelock Blue #488CD5

Color information

#488CD5 (or 0x488CD5) is unknown color: approx Havelock Blue. HEX triplet: 48, 8C and D5. RGB value is (72,140,213). Sum of RGB (Red+Green+Blue) = 72+140+213=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #488CD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CD5 is #B7732A. Grayscale: #7F7F7F. Windows color (decimal): -12022571 or 13995080. OLE color: 13995080.

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

Color convert

RGB72140213-
CMYK0.660.3400.16
HSL211.06º62.67%55.88%-
HSV(B)211.06º66.2%83.53%-
XYZ24.0624.9466.5-
YUV127.99175.9788.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.94%
GREEN value IS 140 (55.08% from 255) = 32.94%
BLUE value IS 213 (83.59% from 255) = 50.12%
R=16.94%
G=32.94%
B=50.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal721402130.660.3400.16211.0662.6755.88
Hex488CD54222010d33f38
Octal110214325102420203237770
Binary10010001000110011010101100001010001001000011010011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,140,213); }

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

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

 a { background-color: rgb(72,140,213); }

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

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

 span { border-color: rgb(72,140,213); }

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