Html Css Color HEX #488DCA Havelock Blue

📋 copy color: '#488DCA'

red 72 ◦ green 141 ◦ blue 202

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

Shades of Havelock Blue #488DCA

Tints of Havelock Blue #488DCA

RGB

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

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

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

R = 17.35%
G = 33.98%
B = 48.67%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#488DCA (or 0x488DCA) is known color: Havelock Blue. HEX triplet: 48, 8D and CA. RGB value is (72,141,202). Sum of RGB (Red+Green+Blue) = 72+141+202=415 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.35% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #488DCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DCA is #B77235. Grayscale: #7F7F7F. Windows color (decimal): -12022326 or 13274440. OLE color: 13274440.

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

Color convert

RGB 72 141 202 -
CMYK 0.64 0.30 0 0.21
HSL 208.15º 0.55% 0.54% -
HSV(B) 208.15º 0.64% 0.79% -
XYZ 22.86 24.69 59.44 -
YUV 127.32 170.14 88.54 -
System Red Green Blue C M Y K H S L
Decimal 72 141 202 0.64 0.30 0 0.21 208.15 0.55 0.54
Hex 48 8D CA 40 1E 0 15 D0 37 36
Octal 110 215 312 100 36 0 25 320 67 66
Binary 1001000 10001101 11001010 1000000 11110 0 10101 11010000 110111 110110

Color Harmonies of #488DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DCA

Black with #488DCA

Text Example


Text Example

White with #488DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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