Html Css Color HEX #488BDB Havelock Blue

📋 copy color: '#488BDB'

red 72 ◦ green 139 ◦ blue 219

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

Shades of Havelock Blue #488BDB

Tints of Havelock Blue #488BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.33%

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

R = 16.74%
G = 32.33%
B = 50.93%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#488BDB (or 0x488BDB) is known color: Havelock Blue. HEX triplet: 48, 8B and DB. RGB value is (72,139,219). Sum of RGB (Red+Green+Blue) = 72+139+219=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #488BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BDB is #B77424. Grayscale: #7F7F7F. Windows color (decimal): -12022821 or 14388040. OLE color: 14388040.

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

Color convert

RGB 72 139 219 -
CMYK 0.67 0.37 0 0.14
HSL 212.65º 0.67% 0.57% -
HSV(B) 212.65º 0.67% 0.86% -
XYZ 24.69 24.96 70.53 -
YUV 128.09 179.3 88 -
System Red Green Blue C M Y K H S L
Decimal 72 139 219 0.67 0.37 0 0.14 212.65 0.67 0.57
Hex 48 8B DB 43 25 0 E D5 43 39
Octal 110 213 333 103 45 0 16 325 103 71
Binary 1001000 10001011 11011011 1000011 100101 0 1110 11010101 1000011 111001

Color Harmonies of #488BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BDB

Black with #488BDB

Text Example


Text Example

White with #488BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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