Html Css Color HEX #488ADE Havelock Blue

📋 copy color: '#488ADE'

red 72 ◦ green 138 ◦ blue 222

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

Shades of Havelock Blue #488ADE

Tints of Havelock Blue #488ADE

RGB

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

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

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

R = 16.67%
G = 31.94%
B = 51.39%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#488ADE (or 0x488ADE) is known color: Havelock Blue. HEX triplet: 48, 8A and DE. RGB value is (72,138,222). Sum of RGB (Red+Green+Blue) = 72+138+222=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #488ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488ADE is #B77521. Grayscale: #7F7F7F. Windows color (decimal): -12023074 or 14584392. OLE color: 14584392.

HSL color Cylindrical-coordinate representation of color #488ADE: hue angle of 213.6º 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 #488ADE is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 138 222 -
CMYK 0.68 0.38 0 0.13
HSL 213.6º 0.69% 0.58% -
HSV(B) 213.6º 0.68% 0.87% -
XYZ 24.95 24.83 72.58 -
YUV 127.84 181.13 88.17 -
System Red Green Blue C M Y K H S L
Decimal 72 138 222 0.68 0.38 0 0.13 213.6 0.69 0.58
Hex 48 8A DE 44 26 0 D D6 45 3A
Octal 110 212 336 104 46 0 15 326 105 72
Binary 1001000 10001010 11011110 1000100 100110 0 1101 11010110 1000101 111010

Color Harmonies of #488ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488ADE

Black with #488ADE

Text Example


Text Example

White with #488ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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