Html Css Color HEX #487DCB Havelock Blue

📋 copy color: '#487DCB'

red 72 ◦ green 125 ◦ blue 203

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

Shades of Havelock Blue #487DCB

Tints of Havelock Blue #487DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.75%

R = 18%
G = 31.25%
B = 50.75%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#487DCB (or 0x487DCB) is known color: Havelock Blue. HEX triplet: 48, 7D and CB. RGB value is (72,125,203). Sum of RGB (Red+Green+Blue) = 72+125+203=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #487DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DCB is #B78234. Grayscale: #757575. Windows color (decimal): -12026421 or 13335880. OLE color: 13335880.

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

Color convert

RGB 72 125 203 -
CMYK 0.65 0.38 0 0.20
HSL 215.73º 0.56% 0.54% -
HSV(B) 215.73º 0.65% 0.8% -
XYZ 20.79 20.36 59.33 -
YUV 118.05 175.94 95.16 -
System Red Green Blue C M Y K H S L
Decimal 72 125 203 0.65 0.38 0 0.20 215.73 0.56 0.54
Hex 48 7D CB 41 26 0 14 D8 38 36
Octal 110 175 313 101 46 0 24 330 70 66
Binary 1001000 1111101 11001011 1000001 100110 0 10100 11011000 111000 110110

Color Harmonies of #487DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487DCB

Black with #487DCB

Text Example


Text Example

White with #487DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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