#488BD5

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

Shades of Havelock Blue #488BD5

Tints of Havelock Blue #488BD5

Color information

#488BD5 (or 0x488BD5) is unknown color: approx Havelock Blue. HEX triplet: 48, 8B and D5. RGB value is (72,139,213). Sum of RGB (Red+Green+Blue) = 72+139+213=424 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.98% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #488BD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BD5 is #B7742A. Grayscale: #7F7F7F. Windows color (decimal): -12022827 or 13994824. OLE color: 13994824.

HSL color Cylindrical-coordinate representation of color #488BD5: hue angle of 211.49º 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 #488BD5 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB72139213-
CMYK0.660.3500.16
HSL211.49º62.67%55.88%-
HSV(B)211.49º66.2%83.53%-
XYZ23.9224.6566.45-
YUV127.4176.388.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.98%
GREEN value IS 139 (54.69% from 255) = 32.78%
BLUE value IS 213 (83.59% from 255) = 50.24%
R=16.98%
G=32.78%
B=50.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal721392130.660.3500.16211.4962.6755.88
Hex488BD54223010d33f38
Octal110213325102430203237770
Binary10010001000101111010101100001010001101000011010011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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