Html Css Color HEX #487ACD Havelock Blue

📋 copy color: '#487ACD'

red 72 ◦ green 122 ◦ blue 205

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

Shades of Havelock Blue #487ACD

Tints of Havelock Blue #487ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.58%

 BLUE value IS 205 (80.47% from 255) = 51.38%

R = 18.05%
G = 30.58%
B = 51.38%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#487ACD (or 0x487ACD) is known color: Havelock Blue. HEX triplet: 48, 7A and CD. RGB value is (72,122,205). Sum of RGB (Red+Green+Blue) = 72+122+205=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #487ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487ACD is #B78532. Grayscale: #747474. Windows color (decimal): -12027187 or 13466184. OLE color: 13466184.

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

Color convert

RGB 72 122 205 -
CMYK 0.65 0.40 0 0.20
HSL 217.44º 0.57% 0.54% -
HSV(B) 217.44º 0.65% 0.8% -
XYZ 20.65 19.7 60.47 -
YUV 116.51 177.94 96.25 -
System Red Green Blue C M Y K H S L
Decimal 72 122 205 0.65 0.40 0 0.20 217.44 0.57 0.54
Hex 48 7A CD 41 28 0 14 D9 39 36
Octal 110 172 315 101 50 0 24 331 71 66
Binary 1001000 1111010 11001101 1000001 101000 0 10100 11011001 111001 110110

Color Harmonies of #487ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487ACD

Black with #487ACD

Text Example


Text Example

White with #487ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,122,205); }

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

background-color css

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

 a { background-color: rgb(72,122,205); }

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

border-color css

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

 span { border-color: rgb(72,122,205); }

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