Html Css Color HEX #488DCF Havelock Blue

📋 copy color: '#488DCF'

red 72 ◦ green 141 ◦ blue 207

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

Shades of Havelock Blue #488DCF

Tints of Havelock Blue #488DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 17.14%
G = 33.57%
B = 49.29%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#488DCF (or 0x488DCF) is known color: Havelock Blue. HEX triplet: 48, 8D and CF. RGB value is (72,141,207). Sum of RGB (Red+Green+Blue) = 72+141+207=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #488DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DCF is #B77230. Grayscale: #7F7F7F. Windows color (decimal): -12022321 or 13602120. OLE color: 13602120.

HSL color Cylindrical-coordinate representation of color #488DCF: hue angle of 209.33º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #488DCF is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 141 207 -
CMYK 0.65 0.32 0 0.19
HSL 209.33º 0.58% 0.55% -
HSV(B) 209.33º 0.65% 0.81% -
XYZ 23.46 24.93 62.61 -
YUV 127.89 172.64 88.13 -
System Red Green Blue C M Y K H S L
Decimal 72 141 207 0.65 0.32 0 0.19 209.33 0.58 0.55
Hex 48 8D CF 41 20 0 13 D1 3A 37
Octal 110 215 317 101 40 0 23 321 72 67
Binary 1001000 10001101 11001111 1000001 100000 0 10011 11010001 111010 110111

Color Harmonies of #488DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DCF

Black with #488DCF

Text Example


Text Example

White with #488DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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