Html Css Color HEX #488ECB Havelock Blue

📋 copy color: '#488ECB'

red 72 ◦ green 142 ◦ blue 203

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

Shades of Havelock Blue #488ECB

Tints of Havelock Blue #488ECB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.05%

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 17.27%
G = 34.05%
B = 48.68%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#488ECB (or 0x488ECB) is known color: Havelock Blue. HEX triplet: 48, 8E and CB. RGB value is (72,142,203). Sum of RGB (Red+Green+Blue) = 72+142+203=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #488ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488ECB is #B77134. Grayscale: #7F7F7F. Windows color (decimal): -12022069 or 13340232. OLE color: 13340232.

HSL color Cylindrical-coordinate representation of color #488ECB: hue angle of 207.94º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #488ECB is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 142 203 -
CMYK 0.65 0.30 0 0.20
HSL 207.94º 0.56% 0.54% -
HSV(B) 207.94º 0.65% 0.8% -
XYZ 23.12 25.04 60.11 -
YUV 128.02 170.31 88.04 -
System Red Green Blue C M Y K H S L
Decimal 72 142 203 0.65 0.30 0 0.20 207.94 0.56 0.54
Hex 48 8E CB 41 1E 0 14 D0 38 36
Octal 110 216 313 101 36 0 24 320 70 66
Binary 1001000 10001110 11001011 1000001 11110 0 10100 11010000 111000 110110

Color Harmonies of #488ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488ECB

Black with #488ECB

Text Example


Text Example

White with #488ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,142,203); }

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

background-color css

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

 a { background-color: rgb(72,142,203); }

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

border-color css

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

 span { border-color: rgb(72,142,203); }

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