Html Css Color HEX #488CCD Havelock Blue

📋 copy color: '#488CCD'

red 72 ◦ green 140 ◦ blue 205

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

Shades of Havelock Blue #488CCD

Tints of Havelock Blue #488CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.57%

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 17.27%
G = 33.57%
B = 49.16%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#488CCD (or 0x488CCD) is known color: Havelock Blue. HEX triplet: 48, 8C and CD. RGB value is (72,140,205). Sum of RGB (Red+Green+Blue) = 72+140+205=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #488CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CCD is #B77332. Grayscale: #7E7E7E. Windows color (decimal): -12022579 or 13470792. OLE color: 13470792.

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

Color convert

RGB 72 140 205 -
CMYK 0.65 0.32 0 0.20
HSL 209.32º 0.57% 0.54% -
HSV(B) 209.32º 0.65% 0.8% -
XYZ 23.07 24.54 61.28 -
YUV 127.08 171.97 88.71 -
System Red Green Blue C M Y K H S L
Decimal 72 140 205 0.65 0.32 0 0.20 209.32 0.57 0.54
Hex 48 8C CD 41 20 0 14 D1 39 36
Octal 110 214 315 101 40 0 24 321 71 66
Binary 1001000 10001100 11001101 1000001 100000 0 10100 11010001 111001 110110

Color Harmonies of #488CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488CCD

Black with #488CCD

Text Example


Text Example

White with #488CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,140,205); }

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

background-color css

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

 a { background-color: rgb(72,140,205); }

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

border-color css

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

 span { border-color: rgb(72,140,205); }

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