#488FBF

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

Shades of Curious Blue #488FBF

Tints of Curious Blue #488FBF

Color information

#488FBF (or 0x488FBF) is unknown color: approx Curious Blue. HEX triplet: 48, 8F and BF. RGB value is (72,143,191). Sum of RGB (Red+Green+Blue) = 72+143+191=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #488FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FBF is #B77040. Grayscale: #7E7E7E. Windows color (decimal): -12021825 or 12554056. OLE color: 12554056.

HSL color Cylindrical-coordinate representation of color #488FBF: hue angle of 204.2º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #488FBF is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72143191-
CMYK0.620.2500.25
HSL204.2º48.18%51.57%-
HSV(B)204.2º62.3%74.9%-
XYZ21.924.7852.92-
YUV127.24163.9888.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.73%
GREEN value IS 143 (56.25% from 255) = 35.22%
BLUE value IS 191 (75% from 255) = 47.04%
R=17.73%
G=35.22%
B=47.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721431910.620.2500.25204.248.1851.57
Hex488FBF3E19019cc3034
Octal11021727776310313146064
Binary100100010001111101111111111101100101100111001100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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