Html Css Color HEX #487FCE Havelock Blue

📋 copy color: '#487FCE'

red 72 ◦ green 127 ◦ blue 206

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

Shades of Havelock Blue #487FCE

Tints of Havelock Blue #487FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 17.78%
G = 31.36%
B = 50.86%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#487FCE (or 0x487FCE) is known color: Havelock Blue. HEX triplet: 48, 7F and CE. RGB value is (72,127,206). Sum of RGB (Red+Green+Blue) = 72+127+206=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #487FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487FCE is #B78031. Grayscale: #777777. Windows color (decimal): -12025906 or 13533000. OLE color: 13533000.

HSL color Cylindrical-coordinate representation of color #487FCE: hue angle of 215.37º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #487FCE is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 127 206 -
CMYK 0.65 0.38 0 0.19
HSL 215.37º 0.58% 0.55% -
HSV(B) 215.37º 0.65% 0.81% -
XYZ 21.4 21.01 61.32 -
YUV 119.56 176.78 94.08 -
System Red Green Blue C M Y K H S L
Decimal 72 127 206 0.65 0.38 0 0.19 215.37 0.58 0.55
Hex 48 7F CE 41 26 0 13 D7 3A 37
Octal 110 177 316 101 46 0 23 327 72 67
Binary 1001000 1111111 11001110 1000001 100110 0 10011 11010111 111010 110111

Color Harmonies of #487FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487FCE

Black with #487FCE

Text Example


Text Example

White with #487FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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