Html Css Color HEX #488CDC Havelock Blue

📋 copy color: '#488CDC'

red 72 ◦ green 140 ◦ blue 220

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

Shades of Havelock Blue #488CDC

Tints of Havelock Blue #488CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.41%

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 16.67%
G = 32.41%
B = 50.93%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#488CDC (or 0x488CDC) is known color: Havelock Blue. HEX triplet: 48, 8C and DC. RGB value is (72,140,220). Sum of RGB (Red+Green+Blue) = 72+140+220=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #488CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CDC is #B77323. Grayscale: #808080. Windows color (decimal): -12022564 or 14453832. OLE color: 14453832.

HSL color Cylindrical-coordinate representation of color #488CDC: hue angle of 212.43º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #488CDC is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 140 220 -
CMYK 0.67 0.36 0 0.14
HSL 212.43º 0.68% 0.57% -
HSV(B) 212.43º 0.67% 0.86% -
XYZ 24.97 25.3 71.28 -
YUV 128.79 179.47 87.5 -
System Red Green Blue C M Y K H S L
Decimal 72 140 220 0.67 0.36 0 0.14 212.43 0.68 0.57
Hex 48 8C DC 43 24 0 E D4 44 39
Octal 110 214 334 103 44 0 16 324 104 71
Binary 1001000 10001100 11011100 1000011 100100 0 1110 11010100 1000100 111001

Color Harmonies of #488CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488CDC

Black with #488CDC

Text Example


Text Example

White with #488CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,140,220); }

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

background-color css

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

 a { background-color: rgb(72,140,220); }

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

border-color css

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

 span { border-color: rgb(72,140,220); }

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