#488DC5

Color #488DC5 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #488DC5

Tints of Curious Blue #488DC5

Color information

#488DC5 (or 0x488DC5) is unknown color: approx Curious Blue. HEX triplet: 48, 8D and C5. RGB value is (72,141,197). Sum of RGB (Red+Green+Blue) = 72+141+197=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #488DC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DC5 is #B7723A. Grayscale: #7E7E7E. Windows color (decimal): -12022331 or 12946760. OLE color: 12946760.

HSL color Cylindrical-coordinate representation of color #488DC5: hue angle of 206.88º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #488DC5 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB72141197-
CMYK0.630.2800.23
HSL206.88º51.87%52.75%-
HSV(B)206.88º63.45%77.25%-
XYZ22.2824.4656.37-
YUV126.75167.6488.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.56%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 197 (77.34% from 255) = 48.05%
R=17.56%
G=34.39%
B=48.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal721411970.630.2800.23206.8851.8752.75
Hex488DC53F1C017cf3435
Octal11021530577340273176465
Binary100100010001101110001011111111110001011111001111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #488DC5;
 }
 .AnyTagClassName
 {
   color: #488DC5;
 }
</style>
background-color css

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

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

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

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

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

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