Html Css Color HEX #488ACE Havelock Blue

📋 copy color: '#488ACE'

red 72 ◦ green 138 ◦ blue 206

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

Shades of Havelock Blue #488ACE

Tints of Havelock Blue #488ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 17.31%
G = 33.17%
B = 49.52%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#488ACE (or 0x488ACE) is known color: Havelock Blue. HEX triplet: 48, 8A and CE. RGB value is (72,138,206). Sum of RGB (Red+Green+Blue) = 72+138+206=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #488ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488ACE is #B77531. Grayscale: #7D7D7D. Windows color (decimal): -12023090 or 13535816. OLE color: 13535816.

HSL color Cylindrical-coordinate representation of color #488ACE: hue angle of 210.45º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #488ACE is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 138 206 -
CMYK 0.65 0.33 0 0.19
HSL 210.45º 0.58% 0.55% -
HSV(B) 210.45º 0.65% 0.81% -
XYZ 22.9 24.01 61.82 -
YUV 126.02 173.13 89.47 -
System Red Green Blue C M Y K H S L
Decimal 72 138 206 0.65 0.33 0 0.19 210.45 0.58 0.55
Hex 48 8A CE 41 21 0 13 D2 3A 37
Octal 110 212 316 101 41 0 23 322 72 67
Binary 1001000 10001010 11001110 1000001 100001 0 10011 11010010 111010 110111

Color Harmonies of #488ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488ACE

Black with #488ACE

Text Example


Text Example

White with #488ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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