Html Css Color HEX #488BDD Havelock Blue

📋 copy color: '#488BDD'

red 72 ◦ green 139 ◦ blue 221

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

Shades of Havelock Blue #488BDD

Tints of Havelock Blue #488BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 16.67%
G = 32.18%
B = 51.16%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#488BDD (or 0x488BDD) is known color: Havelock Blue. HEX triplet: 48, 8B and DD. RGB value is (72,139,221). Sum of RGB (Red+Green+Blue) = 72+139+221=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #488BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BDD is #B77422. Grayscale: #7F7F7F. Windows color (decimal): -12022819 or 14519112. OLE color: 14519112.

HSL color Cylindrical-coordinate representation of color #488BDD: hue angle of 213.02º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #488BDD is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 139 221 -
CMYK 0.67 0.37 0 0.13
HSL 213.02º 0.69% 0.57% -
HSV(B) 213.02º 0.67% 0.87% -
XYZ 24.96 25.06 71.93 -
YUV 128.32 180.3 87.83 -
System Red Green Blue C M Y K H S L
Decimal 72 139 221 0.67 0.37 0 0.13 213.02 0.69 0.57
Hex 48 8B DD 43 25 0 D D5 45 39
Octal 110 213 335 103 45 0 15 325 105 71
Binary 1001000 10001011 11011101 1000011 100101 0 1101 11010101 1000101 111001

Color Harmonies of #488BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BDD

Black with #488BDD

Text Example


Text Example

White with #488BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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