Html Css Color HEX #487ECC Havelock Blue

📋 copy color: '#487ECC'

red 72 ◦ green 126 ◦ blue 204

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

Shades of Havelock Blue #487ECC

Tints of Havelock Blue #487ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.34%

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

R = 17.91%
G = 31.34%
B = 50.75%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#487ECC (or 0x487ECC) is known color: Havelock Blue. HEX triplet: 48, 7E and CC. RGB value is (72,126,204). Sum of RGB (Red+Green+Blue) = 72+126+204=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #487ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487ECC is #B78133. Grayscale: #767676. Windows color (decimal): -12026164 or 13401672. OLE color: 13401672.

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

Color convert

RGB 72 126 204 -
CMYK 0.65 0.38 0 0.2
HSL 215.45º 0.56% 0.54% -
HSV(B) 215.45º 0.65% 0.8% -
XYZ 21.03 20.66 60.01 -
YUV 118.75 176.11 94.66 -
System Red Green Blue C M Y K H S L
Decimal 72 126 204 0.65 0.38 0 0.2 215.45 0.56 0.54
Hex 48 7E CC 41 26 0 14 D7 38 36
Octal 110 176 314 101 46 0 24 327 70 66
Binary 1001000 1111110 11001100 1000001 100110 0 10100 11010111 111000 110110

Color Harmonies of #487ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487ECC

Black with #487ECC

Text Example


Text Example

White with #487ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487ECC; }

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

 H1.HeaderClassName
 {
   color: #487ECC;
 }
 .AnyTagClassName
 {
   color: #487ECC;
 }
</style>

background-color css

<style>
 a { background-color: #487ECC; }

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

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

border-color css

<style>
 span { border-color: #487ECC; }

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

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