Html Css Color HEX #487DCE Havelock Blue

📋 copy color: '#487DCE'

red 72 ◦ green 125 ◦ blue 206

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

Shades of Havelock Blue #487DCE

Tints of Havelock Blue #487DCE

RGB

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

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

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

R = 17.87%
G = 31.02%
B = 51.12%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#487DCE (or 0x487DCE) is known color: Havelock Blue. HEX triplet: 48, 7D and CE. RGB value is (72,125,206). Sum of RGB (Red+Green+Blue) = 72+125+206=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #487DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DCE is #B78231. Grayscale: #767676. Windows color (decimal): -12026418 or 13532488. OLE color: 13532488.

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

Color convert

RGB 72 125 206 -
CMYK 0.65 0.39 0 0.19
HSL 216.27º 0.58% 0.55% -
HSV(B) 216.27º 0.65% 0.81% -
XYZ 21.15 20.5 61.24 -
YUV 118.39 177.44 94.91 -
System Red Green Blue C M Y K H S L
Decimal 72 125 206 0.65 0.39 0 0.19 216.27 0.58 0.55
Hex 48 7D CE 41 27 0 13 D8 3A 37
Octal 110 175 316 101 47 0 23 330 72 67
Binary 1001000 1111101 11001110 1000001 100111 0 10011 11011000 111010 110111

Color Harmonies of #487DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487DCE

Black with #487DCE

Text Example


Text Example

White with #487DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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