Html Css Color HEX #488CCC Havelock Blue

📋 copy color: '#488CCC'

red 72 ◦ green 140 ◦ blue 204

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

Shades of Havelock Blue #488CCC

Tints of Havelock Blue #488CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.65%

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

R = 17.31%
G = 33.65%
B = 49.04%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#488CCC (or 0x488CCC) is known color: Havelock Blue. HEX triplet: 48, 8C and CC. RGB value is (72,140,204). Sum of RGB (Red+Green+Blue) = 72+140+204=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #488CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CCC is #B77333. Grayscale: #7E7E7E. Windows color (decimal): -12022580 or 13405256. OLE color: 13405256.

HSL color Cylindrical-coordinate representation of color #488CCC: hue angle of 209.09º 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 #488CCC is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 140 204 -
CMYK 0.65 0.31 0 0.2
HSL 209.09º 0.56% 0.54% -
HSV(B) 209.09º 0.65% 0.8% -
XYZ 22.95 24.49 60.64 -
YUV 126.96 171.47 88.8 -
System Red Green Blue C M Y K H S L
Decimal 72 140 204 0.65 0.31 0 0.2 209.09 0.56 0.54
Hex 48 8C CC 41 1F 0 14 D1 38 36
Octal 110 214 314 101 37 0 24 321 70 66
Binary 1001000 10001100 11001100 1000001 11111 0 10100 11010001 111000 110110

Color Harmonies of #488CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488CCC

Black with #488CCC

Text Example


Text Example

White with #488CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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