Html Css Color HEX #488AC8 Havelock Blue

📋 copy color: '#488AC8'

red 72 ◦ green 138 ◦ blue 200

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

Shades of Havelock Blue #488AC8

Tints of Havelock Blue #488AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 48.78%

R = 17.56%
G = 33.66%
B = 48.78%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#488AC8 (or 0x488AC8) is known color: Havelock Blue. HEX triplet: 48, 8A and C8. RGB value is (72,138,200). Sum of RGB (Red+Green+Blue) = 72+138+200=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 200 (78.52% from 255 or 48.78% from 410); Max value from RGB is 200 - color contains mainly: blue. Hex color #488AC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488AC8 is #B77537. Grayscale: #7D7D7D. Windows color (decimal): -12023096 or 13142600. OLE color: 13142600.

HSL color Cylindrical-coordinate representation of color #488AC8: hue angle of 209.06º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #488AC8 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 138 200 -
CMYK 0.64 0.31 0 0.22
HSL 209.06º 0.54% 0.53% -
HSV(B) 209.06º 0.64% 0.78% -
XYZ 22.19 23.72 58.05 -
YUV 125.33 170.13 89.96 -
System Red Green Blue C M Y K H S L
Decimal 72 138 200 0.64 0.31 0 0.22 209.06 0.54 0.53
Hex 48 8A C8 40 1F 0 16 D1 36 35
Octal 110 212 310 100 37 0 26 321 66 65
Binary 1001000 10001010 11001000 1000000 11111 0 10110 11010001 110110 110101

Color Harmonies of #488AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488AC8

Black with #488AC8

Text Example


Text Example

White with #488AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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