Html Css Color HEX #487CCD Havelock Blue

📋 copy color: '#487CCD'

red 72 ◦ green 124 ◦ blue 205

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

Shades of Havelock Blue #487CCD

Tints of Havelock Blue #487CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.92%

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

R = 17.96%
G = 30.92%
B = 51.12%

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

#487CCD (or 0x487CCD) is known color: Havelock Blue. HEX triplet: 48, 7C and CD. RGB value is (72,124,205). Sum of RGB (Red+Green+Blue) = 72+124+205=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #487CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CCD is #B78332. Grayscale: #757575. Windows color (decimal): -12026675 or 13466696. OLE color: 13466696.

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

Color convert

RGB 72 124 205 -
CMYK 0.65 0.40 0 0.20
HSL 216.54º 0.57% 0.54% -
HSV(B) 216.54º 0.65% 0.8% -
XYZ 20.9 20.2 60.56 -
YUV 117.69 177.27 95.41 -
System Red Green Blue C M Y K H S L
Decimal 72 124 205 0.65 0.40 0 0.20 216.54 0.57 0.54
Hex 48 7C CD 41 28 0 14 D9 39 36
Octal 110 174 315 101 50 0 24 331 71 66
Binary 1001000 1111100 11001101 1000001 101000 0 10100 11011001 111001 110110

Color Harmonies of #487CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487CCD

Black with #487CCD

Text Example


Text Example

White with #487CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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