Html Css Color HEX #487ECB Havelock Blue

📋 copy color: '#487ECB'

red 72 ◦ green 126 ◦ blue 203

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

Shades of Havelock Blue #487ECB

Tints of Havelock Blue #487ECB

RGB

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

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

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

R = 17.96%
G = 31.42%
B = 50.62%

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

#487ECB (or 0x487ECB) is known color: Havelock Blue. HEX triplet: 48, 7E and CB. RGB value is (72,126,203). Sum of RGB (Red+Green+Blue) = 72+126+203=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #487ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487ECB is #B78134. Grayscale: #767676. Windows color (decimal): -12026165 or 13336136. OLE color: 13336136.

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

Color convert

RGB 72 126 203 -
CMYK 0.65 0.38 0 0.20
HSL 215.27º 0.56% 0.54% -
HSV(B) 215.27º 0.65% 0.8% -
XYZ 20.91 20.61 59.38 -
YUV 118.63 175.61 94.74 -
System Red Green Blue C M Y K H S L
Decimal 72 126 203 0.65 0.38 0 0.20 215.27 0.56 0.54
Hex 48 7E CB 41 26 0 14 D7 38 36
Octal 110 176 313 101 46 0 24 327 70 66
Binary 1001000 1111110 11001011 1000001 100110 0 10100 11010111 111000 110110

Color Harmonies of #487ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487ECB

Black with #487ECB

Text Example


Text Example

White with #487ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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