Html Css Color HEX #487CCE Havelock Blue

📋 copy color: '#487CCE'

red 72 ◦ green 124 ◦ blue 206

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

Shades of Havelock Blue #487CCE

Tints of Havelock Blue #487CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.85%

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 17.91%
G = 30.85%
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

#487CCE (or 0x487CCE) is known color: Havelock Blue. HEX triplet: 48, 7C and CE. RGB value is (72,124,206). Sum of RGB (Red+Green+Blue) = 72+124+206=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #487CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CCE is #B78331. Grayscale: #757575. Windows color (decimal): -12026674 or 13532232. OLE color: 13532232.

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

Color convert

RGB 72 124 206 -
CMYK 0.65 0.40 0 0.19
HSL 216.72º 0.58% 0.55% -
HSV(B) 216.72º 0.65% 0.81% -
XYZ 21.02 20.25 61.19 -
YUV 117.8 177.77 95.33 -
System Red Green Blue C M Y K H S L
Decimal 72 124 206 0.65 0.40 0 0.19 216.72 0.58 0.55
Hex 48 7C CE 41 28 0 13 D9 3A 37
Octal 110 174 316 101 50 0 23 331 72 67
Binary 1001000 1111100 11001110 1000001 101000 0 10011 11011001 111010 110111

Color Harmonies of #487CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487CCE

Black with #487CCE

Text Example


Text Example

White with #487CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,124,206); }

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

background-color css

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

 a { background-color: rgb(72,124,206); }

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

border-color css

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

 span { border-color: rgb(72,124,206); }

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