Html Css Color HEX #488ACC Havelock Blue

📋 copy color: '#488ACC'

red 72 ◦ green 138 ◦ blue 204

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

Shades of Havelock Blue #488ACC

Tints of Havelock Blue #488ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.33%

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

R = 17.39%
G = 33.33%
B = 49.28%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#488ACC (or 0x488ACC) is known color: Havelock Blue. HEX triplet: 48, 8A and CC. RGB value is (72,138,204). Sum of RGB (Red+Green+Blue) = 72+138+204=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #488ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488ACC is #B77533. Grayscale: #7D7D7D. Windows color (decimal): -12023092 or 13404744. OLE color: 13404744.

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

Color convert

RGB 72 138 204 -
CMYK 0.65 0.32 0 0.2
HSL 210º 0.56% 0.54% -
HSV(B) 210º 0.65% 0.8% -
XYZ 22.66 23.91 60.55 -
YUV 125.79 172.13 89.63 -
System Red Green Blue C M Y K H S L
Decimal 72 138 204 0.65 0.32 0 0.2 210 0.56 0.54
Hex 48 8A CC 41 20 0 14 D2 38 36
Octal 110 212 314 101 40 0 24 322 70 66
Binary 1001000 10001010 11001100 1000001 100000 0 10100 11010010 111000 110110

Color Harmonies of #488ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488ACC

Black with #488ACC

Text Example


Text Example

White with #488ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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