Html Css Color HEX #488FCE Havelock Blue

📋 copy color: '#488FCE'

red 72 ◦ green 143 ◦ blue 206

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

Shades of Havelock Blue #488FCE

Tints of Havelock Blue #488FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.97%

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 17.1%
G = 33.97%
B = 48.93%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#488FCE (or 0x488FCE) is known color: Havelock Blue. HEX triplet: 48, 8F and CE. RGB value is (72,143,206). Sum of RGB (Red+Green+Blue) = 72+143+206=421 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.10% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #488FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FCE is #B77031. Grayscale: #808080. Windows color (decimal): -12021810 or 13537096. OLE color: 13537096.

HSL color Cylindrical-coordinate representation of color #488FCE: hue angle of 208.21º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #488FCE is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 143 206 -
CMYK 0.65 0.31 0 0.19
HSL 208.21º 0.58% 0.55% -
HSV(B) 208.21º 0.65% 0.81% -
XYZ 23.64 25.48 62.06 -
YUV 128.95 171.48 87.38 -
System Red Green Blue C M Y K H S L
Decimal 72 143 206 0.65 0.31 0 0.19 208.21 0.58 0.55
Hex 48 8F CE 41 1F 0 13 D0 3A 37
Octal 110 217 316 101 37 0 23 320 72 67
Binary 1001000 10001111 11001110 1000001 11111 0 10011 11010000 111010 110111

Color Harmonies of #488FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488FCE

Black with #488FCE

Text Example


Text Example

White with #488FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,143,206); }

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

background-color css

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

 a { background-color: rgb(72,143,206); }

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

border-color css

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

 span { border-color: rgb(72,143,206); }

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