Html Css Color HEX #488FCA Havelock Blue

📋 copy color: '#488FCA'

red 72 ◦ green 143 ◦ blue 202

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

Shades of Havelock Blue #488FCA

Tints of Havelock Blue #488FCA

RGB

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

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

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

R = 17.27%
G = 34.29%
B = 48.44%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#488FCA (or 0x488FCA) is known color: Havelock Blue. HEX triplet: 48, 8F and CA. RGB value is (72,143,202). Sum of RGB (Red+Green+Blue) = 72+143+202=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #488FCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FCA is #B77035. Grayscale: #808080. Windows color (decimal): -12021814 or 13274952. OLE color: 13274952.

HSL color Cylindrical-coordinate representation of color #488FCA: hue angle of 207.23º 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 #488FCA is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 143 202 -
CMYK 0.64 0.29 0 0.21
HSL 207.23º 0.55% 0.54% -
HSV(B) 207.23º 0.64% 0.79% -
XYZ 23.16 25.29 59.54 -
YUV 128.5 169.48 87.7 -
System Red Green Blue C M Y K H S L
Decimal 72 143 202 0.64 0.29 0 0.21 207.23 0.55 0.54
Hex 48 8F CA 40 1D 0 15 CF 37 36
Octal 110 217 312 100 35 0 25 317 67 66
Binary 1001000 10001111 11001010 1000000 11101 0 10101 11001111 110111 110110

Color Harmonies of #488FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488FCA

Black with #488FCA

Text Example


Text Example

White with #488FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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