#488FCE

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

Shades of Havelock Blue #488FCE

Tints of Havelock Blue #488FCE

Color information

#488FCE (or 0x488FCE) is unknown color: approx Havelock Blue. HEX triplet: 48, 8F and CE. RGB value is (72,143,206). Sum of RGB (Red+Green+Blue) = 72+143+206=421 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.10% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #488FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FCE is #B77031. Grayscale: #808080. Windows color (decimal): -12021810 or 13537096. OLE color: 13537096.

HSL color Cylindrical-coordinate representation of color #488FCE: hue angle of 208.21º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #488FCE is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB72143206-
CMYK0.650.3100.19
HSL208.21º57.76%54.51%-
HSV(B)208.21º65.05%80.78%-
XYZ23.6425.4862.06-
YUV128.95171.4887.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.10%
GREEN value IS 143 (56.25% from 255) = 33.97%
BLUE value IS 206 (80.86% from 255) = 48.93%
R=17.10%
G=33.97%
B=48.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal721432060.650.3100.19208.2157.7654.51
Hex488FCE411F013d03a37
Octal110217316101370233207267
Binary1001000100011111100111010000011111101001111010000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,143,206); }

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

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

 a { background-color: rgb(72,143,206); }

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

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

 span { border-color: rgb(72,143,206); }

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