Html Css Color HEX #487FCB Havelock Blue

📋 copy color: '#487FCB'

red 72 ◦ green 127 ◦ blue 203

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

Shades of Havelock Blue #487FCB

Tints of Havelock Blue #487FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 17.91%
G = 31.59%
B = 50.5%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#487FCB (or 0x487FCB) is known color: Havelock Blue. HEX triplet: 48, 7F and CB. RGB value is (72,127,203). Sum of RGB (Red+Green+Blue) = 72+127+203=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #487FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487FCB is #B78034. Grayscale: #767676. Windows color (decimal): -12025909 or 13336392. OLE color: 13336392.

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

Color convert

RGB 72 127 203 -
CMYK 0.65 0.37 0 0.20
HSL 214.81º 0.56% 0.54% -
HSV(B) 214.81º 0.65% 0.8% -
XYZ 21.04 20.87 59.42 -
YUV 119.22 175.28 94.32 -
System Red Green Blue C M Y K H S L
Decimal 72 127 203 0.65 0.37 0 0.20 214.81 0.56 0.54
Hex 48 7F CB 41 25 0 14 D7 38 36
Octal 110 177 313 101 45 0 24 327 70 66
Binary 1001000 1111111 11001011 1000001 100101 0 10100 11010111 111000 110110

Color Harmonies of #487FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487FCB

Black with #487FCB

Text Example


Text Example

White with #487FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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