Html Css Color HEX #488BCA Havelock Blue

📋 copy color: '#488BCA'

red 72 ◦ green 139 ◦ blue 202

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

Shades of Havelock Blue #488BCA

Tints of Havelock Blue #488BCA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.66%

 BLUE value IS 202 (79.3% from 255) = 48.91%

R = 17.43%
G = 33.66%
B = 48.91%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#488BCA (or 0x488BCA) is known color: Havelock Blue. HEX triplet: 48, 8B and CA. RGB value is (72,139,202). Sum of RGB (Red+Green+Blue) = 72+139+202=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #488BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BCA is #B77435. Grayscale: #7D7D7D. Windows color (decimal): -12022838 or 13273928. OLE color: 13273928.

HSL color Cylindrical-coordinate representation of color #488BCA: hue angle of 209.08º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #488BCA is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 139 202 -
CMYK 0.64 0.31 0 0.21
HSL 209.08º 0.55% 0.54% -
HSV(B) 209.08º 0.64% 0.79% -
XYZ 22.57 24.11 59.34 -
YUV 126.15 170.8 89.38 -
System Red Green Blue C M Y K H S L
Decimal 72 139 202 0.64 0.31 0 0.21 209.08 0.55 0.54
Hex 48 8B CA 40 1F 0 15 D1 37 36
Octal 110 213 312 100 37 0 25 321 67 66
Binary 1001000 10001011 11001010 1000000 11111 0 10101 11010001 110111 110110

Color Harmonies of #488BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BCA

Black with #488BCA

Text Example


Text Example

White with #488BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,139,202); }

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

background-color css

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

 a { background-color: rgb(72,139,202); }

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

border-color css

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

 span { border-color: rgb(72,139,202); }

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