Html Css Color HEX #488DD7 Havelock Blue

📋 copy color: '#488DD7'

red 72 ◦ green 141 ◦ blue 215

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

Shades of Havelock Blue #488DD7

Tints of Havelock Blue #488DD7

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.94%

 BLUE value IS 215 (84.38% from 255) = 50.23%

R = 16.82%
G = 32.94%
B = 50.23%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#488DD7 (or 0x488DD7) is known color: Havelock Blue. HEX triplet: 48, 8D and D7. RGB value is (72,141,215). Sum of RGB (Red+Green+Blue) = 72+141+215=428 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.82% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 215 (84.38% from 255 or 50.23% from 428); Max value from RGB is 215 - color contains mainly: blue. Hex color #488DD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DD7 is #B77228. Grayscale: #808080. Windows color (decimal): -12022313 or 14126408. OLE color: 14126408.

HSL color Cylindrical-coordinate representation of color #488DD7: hue angle of 211.05º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #488DD7 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 141 215 -
CMYK 0.67 0.34 0 0.16
HSL 211.05º 0.64% 0.56% -
HSV(B) 211.05º 0.67% 0.84% -
XYZ 24.46 25.33 67.89 -
YUV 128.81 176.64 87.48 -
System Red Green Blue C M Y K H S L
Decimal 72 141 215 0.67 0.34 0 0.16 211.05 0.64 0.56
Hex 48 8D D7 43 22 0 10 D3 40 38
Octal 110 215 327 103 42 0 20 323 100 70
Binary 1001000 10001101 11010111 1000011 100010 0 10000 11010011 1000000 111000

Color Harmonies of #488DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DD7

Black with #488DD7

Text Example


Text Example

White with #488DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,141,215); }

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

background-color css

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

 a { background-color: rgb(72,141,215); }

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

border-color css

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

 span { border-color: rgb(72,141,215); }

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