Html Css Color HEX #488CDB Havelock Blue

📋 copy color: '#488CDB'

red 72 ◦ green 140 ◦ blue 219

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

Shades of Havelock Blue #488CDB

Tints of Havelock Blue #488CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.48%

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 16.71%
G = 32.48%
B = 50.81%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#488CDB (or 0x488CDB) is known color: Havelock Blue. HEX triplet: 48, 8C and DB. RGB value is (72,140,219). Sum of RGB (Red+Green+Blue) = 72+140+219=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #488CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CDB is #B77324. Grayscale: #808080. Windows color (decimal): -12022565 or 14388296. OLE color: 14388296.

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

Color convert

RGB 72 140 219 -
CMYK 0.67 0.36 0 0.14
HSL 212.24º 0.67% 0.57% -
HSV(B) 212.24º 0.67% 0.86% -
XYZ 24.84 25.25 70.58 -
YUV 128.67 178.97 87.58 -
System Red Green Blue C M Y K H S L
Decimal 72 140 219 0.67 0.36 0 0.14 212.24 0.67 0.57
Hex 48 8C DB 43 24 0 E D4 43 39
Octal 110 214 333 103 44 0 16 324 103 71
Binary 1001000 10001100 11011011 1000011 100100 0 1110 11010100 1000011 111001

Color Harmonies of #488CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488CDB

Black with #488CDB

Text Example


Text Example

White with #488CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,140,219); }

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

background-color css

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

 a { background-color: rgb(72,140,219); }

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

border-color css

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

 span { border-color: rgb(72,140,219); }

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