Html Css Color HEX #488ECD Havelock Blue

📋 copy color: '#488ECD'

red 72 ◦ green 142 ◦ blue 205

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

Shades of Havelock Blue #488ECD

Tints of Havelock Blue #488ECD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.89%

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 17.18%
G = 33.89%
B = 48.93%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#488ECD (or 0x488ECD) is known color: Havelock Blue. HEX triplet: 48, 8E and CD. RGB value is (72,142,205). Sum of RGB (Red+Green+Blue) = 72+142+205=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #488ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488ECD is #B77132. Grayscale: #7F7F7F. Windows color (decimal): -12022067 or 13471304. OLE color: 13471304.

HSL color Cylindrical-coordinate representation of color #488ECD: hue angle of 208.42º degrees, saturation: 0.57, 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 #488ECD is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 142 205 -
CMYK 0.65 0.31 0 0.20
HSL 208.42º 0.57% 0.54% -
HSV(B) 208.42º 0.65% 0.8% -
XYZ 23.36 25.13 61.38 -
YUV 128.25 171.31 87.88 -
System Red Green Blue C M Y K H S L
Decimal 72 142 205 0.65 0.31 0 0.20 208.42 0.57 0.54
Hex 48 8E CD 41 1F 0 14 D0 39 36
Octal 110 216 315 101 37 0 24 320 71 66
Binary 1001000 10001110 11001101 1000001 11111 0 10100 11010000 111001 110110

Color Harmonies of #488ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488ECD

Black with #488ECD

Text Example


Text Example

White with #488ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488ECD; }

 p { color: rgb(72,142,205); }

 H1.HeaderClassName
 {
   color: #488ECD;
 }
 .AnyTagClassName
 {
   color: #488ECD;
 }
</style>

background-color css

<style>
 a { background-color: #488ECD; }

 a { background-color: rgb(72,142,205); }

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

border-color css

<style>
 span { border-color: #488ECD; }

 span { border-color: rgb(72,142,205); }

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