Html Css Color HEX #487EC8 Havelock Blue

📋 copy color: '#487EC8'

red 72 ◦ green 126 ◦ blue 200

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

Shades of Havelock Blue #487EC8

Tints of Havelock Blue #487EC8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.66%

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

R = 18.09%
G = 31.66%
B = 50.25%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#487EC8 (or 0x487EC8) is known color: Havelock Blue. HEX triplet: 48, 7E and C8. RGB value is (72,126,200). Sum of RGB (Red+Green+Blue) = 72+126+200=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 200 (78.52% from 255 or 50.25% from 398); Max value from RGB is 200 - color contains mainly: blue. Hex color #487EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487EC8 is #B78137. Grayscale: #757575. Windows color (decimal): -12026168 or 13139528. OLE color: 13139528.

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

Color convert

RGB 72 126 200 -
CMYK 0.64 0.37 0 0.22
HSL 214.69º 0.54% 0.53% -
HSV(B) 214.69º 0.64% 0.78% -
XYZ 20.56 20.47 57.51 -
YUV 118.29 174.11 94.98 -
System Red Green Blue C M Y K H S L
Decimal 72 126 200 0.64 0.37 0 0.22 214.69 0.54 0.53
Hex 48 7E C8 40 25 0 16 D7 36 35
Octal 110 176 310 100 45 0 26 327 66 65
Binary 1001000 1111110 11001000 1000000 100101 0 10110 11010111 110110 110101

Color Harmonies of #487EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487EC8

Black with #487EC8

Text Example


Text Example

White with #487EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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