Html Css Color HEX #487FCC Havelock Blue

📋 copy color: '#487FCC'

red 72 ◦ green 127 ◦ blue 204

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

Shades of Havelock Blue #487FCC

Tints of Havelock Blue #487FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 31.51%

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

R = 17.87%
G = 31.51%
B = 50.62%

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

#487FCC (or 0x487FCC) is known color: Havelock Blue. HEX triplet: 48, 7F and CC. RGB value is (72,127,204). Sum of RGB (Red+Green+Blue) = 72+127+204=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #487FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487FCC is #B78033. Grayscale: #767676. Windows color (decimal): -12025908 or 13401928. OLE color: 13401928.

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

Color convert

RGB 72 127 204 -
CMYK 0.65 0.38 0 0.2
HSL 215º 0.56% 0.54% -
HSV(B) 215º 0.65% 0.8% -
XYZ 21.16 20.92 60.05 -
YUV 119.33 175.78 94.24 -
System Red Green Blue C M Y K H S L
Decimal 72 127 204 0.65 0.38 0 0.2 215 0.56 0.54
Hex 48 7F CC 41 26 0 14 D7 38 36
Octal 110 177 314 101 46 0 24 327 70 66
Binary 1001000 1111111 11001100 1000001 100110 0 10100 11010111 111000 110110

Color Harmonies of #487FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487FCC

Black with #487FCC

Text Example


Text Example

White with #487FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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