Html Css Color HEX #488DCE Havelock Blue

📋 copy color: '#488DCE'

red 72 ◦ green 141 ◦ blue 206

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

Shades of Havelock Blue #488DCE

Tints of Havelock Blue #488DCE

RGB

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

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

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

R = 17.18%
G = 33.65%
B = 49.16%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#488DCE (or 0x488DCE) is known color: Havelock Blue. HEX triplet: 48, 8D and CE. RGB value is (72,141,206). Sum of RGB (Red+Green+Blue) = 72+141+206=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #488DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DCE is #B77231. Grayscale: #7F7F7F. Windows color (decimal): -12022322 or 13536584. OLE color: 13536584.

HSL color Cylindrical-coordinate representation of color #488DCE: hue angle of 209.1º 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 #488DCE is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 141 206 -
CMYK 0.65 0.32 0 0.19
HSL 209.1º 0.58% 0.55% -
HSV(B) 209.1º 0.65% 0.81% -
XYZ 23.34 24.88 61.97 -
YUV 127.78 172.14 88.21 -
System Red Green Blue C M Y K H S L
Decimal 72 141 206 0.65 0.32 0 0.19 209.1 0.58 0.55
Hex 48 8D CE 41 20 0 13 D1 3A 37
Octal 110 215 316 101 40 0 23 321 72 67
Binary 1001000 10001101 11001110 1000001 100000 0 10011 11010001 111010 110111

Color Harmonies of #488DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DCE

Black with #488DCE

Text Example


Text Example

White with #488DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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