#488FBA

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

Shades of Curious Blue #488FBA

Tints of Curious Blue #488FBA

Color information

#488FBA (or 0x488FBA) is unknown color: approx Curious Blue. HEX triplet: 48, 8F and BA. RGB value is (72,143,186). Sum of RGB (Red+Green+Blue) = 72+143+186=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #488FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FBA is #B77045. Grayscale: #7E7E7E. Windows color (decimal): -12021830 or 12226376. OLE color: 12226376.

HSL color Cylindrical-coordinate representation of color #488FBA: hue angle of 202.63º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #488FBA is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB72143186-
CMYK0.610.2300.27
HSL202.63º45.24%50.59%-
HSV(B)202.63º61.29%72.94%-
XYZ21.3624.5750.07-
YUV126.67161.4889-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.96%
GREEN value IS 143 (56.25% from 255) = 35.66%
BLUE value IS 186 (73.05% from 255) = 46.38%
R=17.96%
G=35.66%
B=46.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721431860.610.2300.27202.6345.2450.59
Hex488FBA3D1701Bcb2d33
Octal11021727275270333135563
Binary100100010001111101110101111011011101101111001011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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