Html Css Color HEX #487FCF Havelock Blue

📋 copy color: '#487FCF'

red 72 ◦ green 127 ◦ blue 207

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

Shades of Havelock Blue #487FCF

Tints of Havelock Blue #487FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.99%

R = 17.73%
G = 31.28%
B = 50.99%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#487FCF (or 0x487FCF) is known color: Havelock Blue. HEX triplet: 48, 7F and CF. RGB value is (72,127,207). Sum of RGB (Red+Green+Blue) = 72+127+207=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #487FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487FCF is #B78030. Grayscale: #777777. Windows color (decimal): -12025905 or 13598536. OLE color: 13598536.

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

Color convert

RGB 72 127 207 -
CMYK 0.65 0.39 0 0.19
HSL 215.56º 0.58% 0.55% -
HSV(B) 215.56º 0.65% 0.81% -
XYZ 21.52 21.06 61.96 -
YUV 119.68 177.28 94 -
System Red Green Blue C M Y K H S L
Decimal 72 127 207 0.65 0.39 0 0.19 215.56 0.58 0.55
Hex 48 7F CF 41 27 0 13 D8 3A 37
Octal 110 177 317 101 47 0 23 330 72 67
Binary 1001000 1111111 11001111 1000001 100111 0 10011 11011000 111010 110111

Color Harmonies of #487FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487FCF

Black with #487FCF

Text Example


Text Example

White with #487FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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