Html Css Color HEX #488AC9 Havelock Blue

📋 copy color: '#488AC9'

red 72 ◦ green 138 ◦ blue 201

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

Shades of Havelock Blue #488AC9

Tints of Havelock Blue #488AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.91%

R = 17.52%
G = 33.58%
B = 48.91%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#488AC9 (or 0x488AC9) is known color: Havelock Blue. HEX triplet: 48, 8A and C9. RGB value is (72,138,201). Sum of RGB (Red+Green+Blue) = 72+138+201=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #488AC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488AC9 is #B77536. Grayscale: #7D7D7D. Windows color (decimal): -12023095 or 13208136. OLE color: 13208136.

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

Color convert

RGB 72 138 201 -
CMYK 0.64 0.31 0 0.21
HSL 209.3º 0.54% 0.54% -
HSV(B) 209.3º 0.64% 0.79% -
XYZ 22.3 23.77 58.67 -
YUV 125.45 170.63 89.88 -
System Red Green Blue C M Y K H S L
Decimal 72 138 201 0.64 0.31 0 0.21 209.3 0.54 0.54
Hex 48 8A C9 40 1F 0 15 D1 36 36
Octal 110 212 311 100 37 0 25 321 66 66
Binary 1001000 10001010 11001001 1000000 11111 0 10101 11010001 110110 110110

Color Harmonies of #488AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488AC9

Black with #488AC9

Text Example


Text Example

White with #488AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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