Html Css Color HEX #488FCC Havelock Blue

📋 copy color: '#488FCC'

red 72 ◦ green 143 ◦ blue 204

#488FCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #488FCC

Tints of Havelock Blue #488FCC

RGB

 RED value IS 72 (28.52% from 255) = 17.18%

 GREEN value IS 143 (56.25% from 255) = 34.13%

 BLUE value IS 204 (80.08% from 255) = 48.69%

R = 17.18%
G = 34.13%
B = 48.69%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#488FCC (or 0x488FCC) is known color: Havelock Blue. HEX triplet: 48, 8F and CC. RGB value is (72,143,204). Sum of RGB (Red+Green+Blue) = 72+143+204=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #488FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FCC is #B77033. Grayscale: #808080. Windows color (decimal): -12021812 or 13406024. OLE color: 13406024.

HSL color Cylindrical-coordinate representation of color #488FCC: hue angle of 207.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #488FCC is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 143 204 -
CMYK 0.65 0.30 0 0.2
HSL 207.73º 0.56% 0.54% -
HSV(B) 207.73º 0.65% 0.8% -
XYZ 23.39 25.38 60.79 -
YUV 128.73 170.48 87.54 -
System Red Green Blue C M Y K H S L
Decimal 72 143 204 0.65 0.30 0 0.2 207.73 0.56 0.54
Hex 48 8F CC 41 1E 0 14 D0 38 36
Octal 110 217 314 101 36 0 24 320 70 66
Binary 1001000 10001111 11001100 1000001 11110 0 10100 11010000 111000 110110

Color Harmonies of #488FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488FCC

Black with #488FCC

Text Example


Text Example

White with #488FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #488FCC;
 }
 .AnyTagClassName
 {
   color: #488FCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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