Html Css Color HEX #488BDC Havelock Blue

📋 copy color: '#488BDC'

red 72 ◦ green 139 ◦ blue 220

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

Shades of Havelock Blue #488BDC

Tints of Havelock Blue #488BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.25%

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

R = 16.71%
G = 32.25%
B = 51.04%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#488BDC (or 0x488BDC) is known color: Havelock Blue. HEX triplet: 48, 8B and DC. RGB value is (72,139,220). Sum of RGB (Red+Green+Blue) = 72+139+220=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #488BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BDC is #B77423. Grayscale: #7F7F7F. Windows color (decimal): -12022820 or 14453576. OLE color: 14453576.

HSL color Cylindrical-coordinate representation of color #488BDC: hue angle of 212.84º 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 #488BDC is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 139 220 -
CMYK 0.67 0.37 0 0.14
HSL 212.84º 0.68% 0.57% -
HSV(B) 212.84º 0.67% 0.86% -
XYZ 24.82 25.01 71.23 -
YUV 128.2 179.8 87.91 -
System Red Green Blue C M Y K H S L
Decimal 72 139 220 0.67 0.37 0 0.14 212.84 0.68 0.57
Hex 48 8B DC 43 25 0 E D5 44 39
Octal 110 213 334 103 45 0 16 325 104 71
Binary 1001000 10001011 11011100 1000011 100101 0 1110 11010101 1000100 111001

Color Harmonies of #488BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BDC

Black with #488BDC

Text Example


Text Example

White with #488BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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