Html Css Color HEX #488BDE Havelock Blue

📋 copy color: '#488BDE'

red 72 ◦ green 139 ◦ blue 222

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

Shades of Havelock Blue #488BDE

Tints of Havelock Blue #488BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.27%

R = 16.63%
G = 32.1%
B = 51.27%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#488BDE (or 0x488BDE) is known color: Havelock Blue. HEX triplet: 48, 8B and DE. RGB value is (72,139,222). Sum of RGB (Red+Green+Blue) = 72+139+222=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #488BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BDE is #B77421. Grayscale: #808080. Windows color (decimal): -12022818 or 14584648. OLE color: 14584648.

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

Color convert

RGB 72 139 222 -
CMYK 0.68 0.37 0 0.13
HSL 213.2º 0.69% 0.58% -
HSV(B) 213.2º 0.68% 0.87% -
XYZ 25.09 25.12 72.63 -
YUV 128.43 180.8 87.75 -
System Red Green Blue C M Y K H S L
Decimal 72 139 222 0.68 0.37 0 0.13 213.2 0.69 0.58
Hex 48 8B DE 44 25 0 D D5 45 3A
Octal 110 213 336 104 45 0 15 325 105 72
Binary 1001000 10001011 11011110 1000100 100101 0 1101 11010101 1000101 111010

Color Harmonies of #488BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BDE

Black with #488BDE

Text Example


Text Example

White with #488BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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