Html Css Color HEX #487BC8 Havelock Blue

📋 copy color: '#487BC8'

red 72 ◦ green 123 ◦ blue 200

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

Shades of Havelock Blue #487BC8

Tints of Havelock Blue #487BC8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.14%

 BLUE value IS 200 (78.52% from 255) = 50.63%

R = 18.23%
G = 31.14%
B = 50.63%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#487BC8 (or 0x487BC8) is known color: Havelock Blue. HEX triplet: 48, 7B and C8. RGB value is (72,123,200). Sum of RGB (Red+Green+Blue) = 72+123+200=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #487BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BC8 is #B78437. Grayscale: #747474. Windows color (decimal): -12026936 or 13138760. OLE color: 13138760.

HSL color Cylindrical-coordinate representation of color #487BC8: hue angle of 216.09º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #487BC8 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 123 200 -
CMYK 0.64 0.38 0 0.22
HSL 216.09º 0.54% 0.53% -
HSV(B) 216.09º 0.64% 0.78% -
XYZ 20.18 19.71 57.39 -
YUV 116.53 175.1 96.24 -
System Red Green Blue C M Y K H S L
Decimal 72 123 200 0.64 0.38 0 0.22 216.09 0.54 0.53
Hex 48 7B C8 40 26 0 16 D8 36 35
Octal 110 173 310 100 46 0 26 330 66 65
Binary 1001000 1111011 11001000 1000000 100110 0 10110 11011000 110110 110101

Color Harmonies of #487BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487BC8

Black with #487BC8

Text Example


Text Example

White with #487BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,123,200); }

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

background-color css

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

 a { background-color: rgb(72,123,200); }

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

border-color css

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

 span { border-color: rgb(72,123,200); }

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