Html Css Color HEX #488ADC Havelock Blue

📋 copy color: '#488ADC'

red 72 ◦ green 138 ◦ blue 220

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

Shades of Havelock Blue #488ADC

Tints of Havelock Blue #488ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.09%

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

R = 16.74%
G = 32.09%
B = 51.16%

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

#488ADC (or 0x488ADC) is known color: Havelock Blue. HEX triplet: 48, 8A and DC. RGB value is (72,138,220). Sum of RGB (Red+Green+Blue) = 72+138+220=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #488ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488ADC is #B77523. Grayscale: #7F7F7F. Windows color (decimal): -12023076 or 14453320. OLE color: 14453320.

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

Color convert

RGB 72 138 220 -
CMYK 0.67 0.37 0 0.14
HSL 213.24º 0.68% 0.57% -
HSV(B) 213.24º 0.67% 0.86% -
XYZ 24.68 24.72 71.18 -
YUV 127.61 180.13 88.33 -
System Red Green Blue C M Y K H S L
Decimal 72 138 220 0.67 0.37 0 0.14 213.24 0.68 0.57
Hex 48 8A DC 43 25 0 E D5 44 39
Octal 110 212 334 103 45 0 16 325 104 71
Binary 1001000 10001010 11011100 1000011 100101 0 1110 11010101 1000100 111001

Color Harmonies of #488ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488ADC

Black with #488ADC

Text Example


Text Example

White with #488ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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