Html Css Color HEX #487DCF Havelock Blue

📋 copy color: '#487DCF'

red 72 ◦ green 125 ◦ blue 207

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

Shades of Havelock Blue #487DCF

Tints of Havelock Blue #487DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.94%

 BLUE value IS 207 (81.25% from 255) = 51.24%

R = 17.82%
G = 30.94%
B = 51.24%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#487DCF (or 0x487DCF) is known color: Havelock Blue. HEX triplet: 48, 7D and CF. RGB value is (72,125,207). Sum of RGB (Red+Green+Blue) = 72+125+207=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #487DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DCF is #B78230. Grayscale: #767676. Windows color (decimal): -12026417 or 13598024. OLE color: 13598024.

HSL color Cylindrical-coordinate representation of color #487DCF: hue angle of 216.44º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #487DCF is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 125 207 -
CMYK 0.65 0.40 0 0.19
HSL 216.44º 0.58% 0.55% -
HSV(B) 216.44º 0.65% 0.81% -
XYZ 21.27 20.55 61.88 -
YUV 118.5 177.94 94.83 -
System Red Green Blue C M Y K H S L
Decimal 72 125 207 0.65 0.40 0 0.19 216.44 0.58 0.55
Hex 48 7D CF 41 28 0 13 D8 3A 37
Octal 110 175 317 101 50 0 23 330 72 67
Binary 1001000 1111101 11001111 1000001 101000 0 10011 11011000 111010 110111

Color Harmonies of #487DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487DCF

Black with #487DCF

Text Example


Text Example

White with #487DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,125,207); }

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

background-color css

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

 a { background-color: rgb(72,125,207); }

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

border-color css

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

 span { border-color: rgb(72,125,207); }

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