Html Css Color HEX #487ED5 Havelock Blue

📋 copy color: '#487ED5'

red 72 ◦ green 126 ◦ blue 213

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

Shades of Havelock Blue #487ED5

Tints of Havelock Blue #487ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 51.82%

R = 17.52%
G = 30.66%
B = 51.82%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#487ED5 (or 0x487ED5) is known color: Havelock Blue. HEX triplet: 48, 7E and D5. RGB value is (72,126,213). Sum of RGB (Red+Green+Blue) = 72+126+213=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #487ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487ED5 is #B7812A. Grayscale: #777777. Windows color (decimal): -12026155 or 13991496. OLE color: 13991496.

HSL color Cylindrical-coordinate representation of color #487ED5: hue angle of 217.02º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #487ED5 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 126 213 -
CMYK 0.66 0.41 0 0.16
HSL 217.02º 0.63% 0.56% -
HSV(B) 217.02º 0.66% 0.84% -
XYZ 22.14 21.1 65.86 -
YUV 119.77 180.61 93.93 -
System Red Green Blue C M Y K H S L
Decimal 72 126 213 0.66 0.41 0 0.16 217.02 0.63 0.56
Hex 48 7E D5 42 29 0 10 D9 3F 38
Octal 110 176 325 102 51 0 20 331 77 70
Binary 1001000 1111110 11010101 1000010 101001 0 10000 11011001 111111 111000

Color Harmonies of #487ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487ED5

Black with #487ED5

Text Example


Text Example

White with #487ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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