Html Css Color HEX #488ADD Havelock Blue

📋 copy color: '#488ADD'

red 72 ◦ green 138 ◦ blue 221

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

Shades of Havelock Blue #488ADD

Tints of Havelock Blue #488ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 16.71%
G = 32.02%
B = 51.28%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#488ADD (or 0x488ADD) is known color: Havelock Blue. HEX triplet: 48, 8A and DD. RGB value is (72,138,221). Sum of RGB (Red+Green+Blue) = 72+138+221=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #488ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488ADD is #B77522. Grayscale: #7F7F7F. Windows color (decimal): -12023075 or 14518856. OLE color: 14518856.

HSL color Cylindrical-coordinate representation of color #488ADD: hue angle of 213.42º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #488ADD is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 138 221 -
CMYK 0.67 0.38 0 0.13
HSL 213.42º 0.69% 0.57% -
HSV(B) 213.42º 0.67% 0.87% -
XYZ 24.81 24.78 71.88 -
YUV 127.73 180.63 88.25 -
System Red Green Blue C M Y K H S L
Decimal 72 138 221 0.67 0.38 0 0.13 213.42 0.69 0.57
Hex 48 8A DD 43 26 0 D D5 45 39
Octal 110 212 335 103 46 0 15 325 105 71
Binary 1001000 10001010 11011101 1000011 100110 0 1101 11010101 1000101 111001

Color Harmonies of #488ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488ADD

Black with #488ADD

Text Example


Text Example

White with #488ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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