Html Css Color HEX #488BCC Havelock Blue

📋 copy color: '#488BCC'

red 72 ◦ green 139 ◦ blue 204

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

Shades of Havelock Blue #488BCC

Tints of Havelock Blue #488BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.49%

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

R = 17.35%
G = 33.49%
B = 49.16%

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

#488BCC (or 0x488BCC) is known color: Havelock Blue. HEX triplet: 48, 8B and CC. RGB value is (72,139,204). Sum of RGB (Red+Green+Blue) = 72+139+204=415 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.35% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #488BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BCC is #B77433. Grayscale: #7E7E7E. Windows color (decimal): -12022836 or 13405000. OLE color: 13405000.

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

Color convert

RGB 72 139 204 -
CMYK 0.65 0.32 0 0.2
HSL 209.55º 0.56% 0.54% -
HSV(B) 209.55º 0.65% 0.8% -
XYZ 22.8 24.2 60.6 -
YUV 126.38 171.8 89.21 -
System Red Green Blue C M Y K H S L
Decimal 72 139 204 0.65 0.32 0 0.2 209.55 0.56 0.54
Hex 48 8B CC 41 20 0 14 D2 38 36
Octal 110 213 314 101 40 0 24 322 70 66
Binary 1001000 10001011 11001100 1000001 100000 0 10100 11010010 111000 110110

Color Harmonies of #488BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BCC

Black with #488BCC

Text Example


Text Example

White with #488BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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