Html Css Color HEX #487BC5 Havelock Blue

📋 copy color: '#487BC5'

red 72 ◦ green 123 ◦ blue 197

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

Shades of Havelock Blue #487BC5

Tints of Havelock Blue #487BC5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.38%

 BLUE value IS 197 (77.34% from 255) = 50.26%

R = 18.37%
G = 31.38%
B = 50.26%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#487BC5 (or 0x487BC5) is known color: Havelock Blue. HEX triplet: 48, 7B and C5. RGB value is (72,123,197). Sum of RGB (Red+Green+Blue) = 72+123+197=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 197 (77.34% from 255 or 50.26% from 392); Max value from RGB is 197 - color contains mainly: blue. Hex color #487BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BC5 is #B7843A. Grayscale: #737373. Windows color (decimal): -12026939 or 12942152. OLE color: 12942152.

HSL color Cylindrical-coordinate representation of color #487BC5: hue angle of 215.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #487BC5 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 72 123 197 -
CMYK 0.63 0.38 0 0.23
HSL 215.52º 0.52% 0.53% -
HSV(B) 215.52º 0.63% 0.77% -
XYZ 19.83 19.57 55.56 -
YUV 116.19 173.6 96.48 -
System Red Green Blue C M Y K H S L
Decimal 72 123 197 0.63 0.38 0 0.23 215.52 0.52 0.53
Hex 48 7B C5 3F 26 0 17 D8 34 35
Octal 110 173 305 77 46 0 27 330 64 65
Binary 1001000 1111011 11000101 111111 100110 0 10111 11011000 110100 110101

Color Harmonies of #487BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487BC5

Black with #487BC5

Text Example


Text Example

White with #487BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,123,197); }

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

background-color css

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

 a { background-color: rgb(72,123,197); }

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

border-color css

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

 span { border-color: rgb(72,123,197); }

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